Class DxfCollection
DxfCollection class
Represents the master differential formatting records.
public class DxfCollection : CollectionBase<Style>
Properties
Name | Description |
---|
Capacity { get; set; } | |
Count { get; } | |
Item { get; } | Gets the element at the specified index. |
Item { get; set; } | |
Methods
Name | Description |
---|
BinarySearch(Style) | |
BinarySearch(Style, IComparer<Style>) | |
BinarySearch(int, int, Style, IComparer<Style>) | |
Clear() | |
Contains(Style) | |
CopyTo(Style[]) | |
CopyTo(Style[], int) | |
CopyTo(int, Style[], int, int) | |
Exists(Predicate<Style>) | |
Find(Predicate<Style>) | |
FindAll(Predicate<Style>) | |
FindIndex(Predicate<Style>) | |
FindIndex(int, Predicate<Style>) | |
FindIndex(int, int, Predicate<Style>) | |
FindLast(Predicate<Style>) | |
FindLastIndex(Predicate<Style>) | |
FindLastIndex(int, Predicate<Style>) | |
FindLastIndex(int, int, Predicate<Style>) | |
GetEnumerator() | |
IndexOf(Style) | |
IndexOf(Style, int) | |
IndexOf(Style, int, int) | |
LastIndexOf(Style) | |
LastIndexOf(Style, int) | |
LastIndexOf(Style, int, int) | |
RemoveAt(int) | |
See Also