DxfCollection
DxfCollection class
Rappresenta i record di formattazione differenziale principale.
public class DxfCollection : CollectionBase<Style>
Proprietà
Nome | Descrizione |
---|
Capacity { get; set; } | |
Count { get; } | |
Item { get; } | Ottiene l’elemento all’indice specificato. |
Item { get; set; } | |
Metodi
Nome | Descrizione |
---|
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) | |
Guarda anche