Tesseract Engine Documentation |
|
AnimationInfoCollection Members
AnimationInfoCollection overview
Public Static Methods
Public Instance Properties
Capacity (inherited from SortedList<TKey,TValue>) | Gets or sets the number of elements that the SortedList`2 can contain. |
Comparer (inherited from SortedList<TKey,TValue>) | Gets the IComparer`1 for the sorted list. |
Count (inherited from SortedList<TKey,TValue>) | Gets the number of key/value pairs contained in the SortedList`2. |
Item | Overloaded. |
Keys (inherited from SortedList<TKey,TValue>) | Gets a collection containing the keys in the SortedList`2. |
Values (inherited from SortedList<TKey,TValue>) | Gets a collection containing the values in the SortedList`2. |
Public Instance Methods
Add (inherited from SortedList<TKey,TValue>) | |
Clear (inherited from SortedList<TKey,TValue>) | Removes all elements from the SortedList`2. |
ContainsKey (inherited from SortedList<TKey,TValue>) | |
ContainsValue (inherited from SortedList<TKey,TValue>) | |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetEnumerator (inherited from SortedList<TKey,TValue>) | Returns an enumerator that iterates through the SortedList`2. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
IndexOfKey (inherited from SortedList<TKey,TValue>) | |
IndexOfValue (inherited from SortedList<TKey,TValue>) | |
Remove (inherited from SortedList<TKey,TValue>) | |
RemoveAt (inherited from SortedList<TKey,TValue>) | Removes the element at the specified index of the SortedList`2. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
TrimExcess (inherited from SortedList<TKey,TValue>) | Sets the capacity to the actual number of elements in the SortedList`2, if that number is less than 90 percent of current capacity. |
TryGetValue (inherited from SortedList<TKey,TValue>) | |
Protected Instance Methods
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
Explicit Interface Implementations
ICollection.CopyTo (inherited from SortedList<TKey,TValue>) | Copies the elements of the ICollection to an Array, starting at a particular Array index. |
IDictionary.Add (inherited from SortedList<TKey,TValue>) | Adds an element with the provided key and value to the IDictionary. |
IDictionary.Contains (inherited from SortedList<TKey,TValue>) | Determines whether the IDictionary contains an element with the specified key. |
IDictionary.GetEnumerator (inherited from SortedList<TKey,TValue>) | Returns an IDictionaryEnumerator for the IDictionary. |
IDictionary.Remove (inherited from SortedList<TKey,TValue>) | Removes the element with the specified key from the IDictionary. |
IEnumerable.GetEnumerator (inherited from SortedList<TKey,TValue>) | Returns an enumerator that iterates through a collection. |
KeyValuePair<TKey,TValue>>.Add (inherited from SortedList<TKey,TValue>) | |
KeyValuePair<TKey,TValue>>.Contains (inherited from SortedList<TKey,TValue>) | |
KeyValuePair<TKey,TValue>>.CopyTo (inherited from SortedList<TKey,TValue>) | |
KeyValuePair<TKey,TValue>>.GetEnumerator (inherited from SortedList<TKey,TValue>) | |
KeyValuePair<TKey,TValue>>.Remove (inherited from SortedList<TKey,TValue>) | |
See Also
AnimationInfoCollection Class | Xclna.Xna.Animation Namespace