Click or drag to resize

SupportFolders Class

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Represents a list of support folders for the document.
Inheritance Hierarchy
SystemObject
  netDxf.CollectionsSupportFolders

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public class SupportFolders : IList<string>, 
	ICollection<string>, IEnumerable<string>, IEnumerable
Request Example View Source

The SupportFolders type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCount
Gets the number of elements contained in the list.
Public propertyIsReadOnly
Returns if the list is read only.
Public propertyItem
Gets or sets the element at the specified index.
Top
Methods
  NameDescription
Public methodAdd
Adds an item to the list.
Public methodAddRange
Adds the elements of the collection to the list.
Public methodClear
Removes all elements from the list.
Public methodContains
Determines whether an element is in the list.
Public methodCopyTo
Copies the entire list to a compatible one-dimensional array, starting at the specified index of the target array.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFindFile
Looks for a file in one of the support folders.
Public methodGetEnumerator
Returns an enumerator that iterates through the list.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Determines the index of a specific item in the list.
Public methodInsert
Inserts an item to the list at the specified index.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes the first occurrence of a specific object from the list.
Public methodRemoveAt
Removes the item at the specified index from the list.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also