SupportFolders Class |
Namespace: netDxf.Collections
public class SupportFolders : IList<string>, ICollection<string>, IEnumerable<string>, IEnumerable
The SupportFolders type exposes the following members.
| Name | Description | |
|---|---|---|
| SupportFolders |
Initializes a new instance of SupportFolders class.
| |
| SupportFolders(IEnumerableString) |
Initializes a new instance of SupportFolders class.
| |
| SupportFolders(Int32) |
Initializes a new instance of SupportFolders class.
|
| Name | Description | |
|---|---|---|
| Count |
Gets the number of elements contained in the list.
| |
| IsReadOnly |
Returns if the list is read only.
| |
| Item |
Gets or sets the element at the specified index.
|
| Name | Description | |
|---|---|---|
| Add |
Adds an item to the list.
| |
| AddRange |
Adds the elements of the collection to the list.
| |
| Clear |
Removes all elements from the list.
| |
| Contains |
Determines whether an element is in the list.
| |
| CopyTo |
Copies the entire list to a compatible one-dimensional array, starting at the specified index of the target array.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| FindFile |
Looks for a file in one of the support folders.
| |
| GetEnumerator |
Returns an enumerator that iterates through the list.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf |
Determines the index of a specific item in the list.
| |
| Insert |
Inserts an item to the list at the specified index.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Remove |
Removes the first occurrence of a specific object from the list.
| |
| RemoveAt |
Removes the item at the specified index from the list.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |