Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

2485fa0c 6f75 b9cd f181 6f97fe2cbde4

haplokuon edited this page May 6, 2023 · 1 revision

SupportFolders Methods

netDxf 3.0.0 Library

Methods

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)
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.
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)

See Also

Reference

SupportFolders Class
netDxf.Collections Namespace

Clone this wiki locally