![]() | EffectTechniqueDescriptionCollection Class |
Namespace: DigitalRune.Graphics.Effects
The EffectTechniqueDescriptionCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add | Adds an object to the end of the CollectionT. (Inherited from CollectionEffectTechniqueDescription.) |
![]() | Clear | Removes all elements from the CollectionT. (Inherited from CollectionEffectTechniqueDescription.) |
![]() | Contains | Determines whether an element is in the CollectionT. (Inherited from CollectionEffectTechniqueDescription.) |
![]() | CopyTo | Copies the entire CollectionT to a compatible one-dimensional Array, starting at the specified index of the target array. (Inherited from CollectionEffectTechniqueDescription.) |
![]() | Equals | (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire CollectionT. (Inherited from CollectionEffectTechniqueDescription.) |
![]() | Insert | Inserts an element into the CollectionT at the specified index. (Inherited from CollectionEffectTechniqueDescription.) |
![]() | Remove | Removes the first occurrence of a specific object from the CollectionT. (Inherited from CollectionEffectTechniqueDescription.) |
![]() | RemoveAt | Removes the element at the specified index of the CollectionT. (Inherited from CollectionEffectTechniqueDescription.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements actually contained in the CollectionT. (Inherited from CollectionEffectTechniqueDescription.) |
![]() | ItemInt32 | Gets or sets the element at the specified index. (Inherited from CollectionEffectTechniqueDescription.) |
![]() | ItemEffectTechnique |
Gets the EffectTechniqueDescription for the specified technique.
|
Name | Description | |
---|---|---|
![]() ![]() | IListAdd | Adds an item to the IList. (Inherited from CollectionEffectTechniqueDescription.) |
![]() ![]() | IListContains | Determines whether the IList contains a specific value. (Inherited from CollectionEffectTechniqueDescription.) |
![]() ![]() | ICollectionCopyTo | (Inherited from CollectionEffectTechniqueDescription.) |
![]() ![]() | IEnumerableGetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from CollectionEffectTechniqueDescription.) |
![]() ![]() | IListIndexOf | Determines the index of a specific item in the IList. (Inherited from CollectionEffectTechniqueDescription.) |
![]() ![]() | IListInsert | Inserts an item into the IList at the specified index. (Inherited from CollectionEffectTechniqueDescription.) |
![]() ![]() | IListIsFixedSize | Gets a value indicating whether the IList has a fixed size. (Inherited from CollectionEffectTechniqueDescription.) |
![]() ![]() | ICollectionTIsReadOnly | Gets a value indicating whether the ICollectionT is read-only. (Inherited from CollectionEffectTechniqueDescription.) |
![]() ![]() | IListIsReadOnly | Gets a value indicating whether the IList is read-only. (Inherited from CollectionEffectTechniqueDescription.) |
![]() ![]() | ICollectionIsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe). (Inherited from CollectionEffectTechniqueDescription.) |
![]() ![]() | IListItem | Gets or sets the element at the specified index. (Inherited from CollectionEffectTechniqueDescription.) |
![]() ![]() | IListRemove | Removes the first occurrence of a specific object from the IList. (Inherited from CollectionEffectTechniqueDescription.) |
![]() ![]() | ICollectionSyncRoot | Gets an object that can be used to synchronize access to the ICollection. (Inherited from CollectionEffectTechniqueDescription.) |