The LayerCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Add | Overloaded. Adds an object to the end of the layer collection. |
|
|
Clear |
Removes all layers from the collection. |
|
|
Contains | Overloaded. Determines whether an object is in the layer collection. |
|
|
CopyTo |
Copies the collection to a one-dimensional array, starting at the specified index of the target array. |
|
|
Deserialize |
Deserializes a layer collection. |
|
|
Equals | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetEnumerator |
Returns an enumerator for the layers allowing the collection to be used in foreach blocks. |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetObjectData |
Populates a SerializationInfo with the data needed to serialize the collection object. |
|
|
GetType | (Inherited from Object.) |
|
|
IndexOf | Overloaded. Searches for the specified object and returns the zero-based index of the first occurrence within the entire layer collection. |
|
|
Insert | Overloaded. Inserts an object into the layer collection at the specified index. |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
Remove | Overloaded. Removes the first occurrence of a specific object from the layer collection. |
|
|
RemoveAt |
Removes the layer at the specified index of the collection. |
|
|
Serialize |
Serializes a layer collection. |
|
|
ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
|
ICollection.CopyTo |