Tesseract Engine Documentation

SkinInfoCollection Members

SkinInfoCollection overview

Public Static Methods

FromModel 

Public Instance Properties

Count (inherited from ReadOnlyCollection<T>)Gets the number of elements contained in the ReadOnlyCollection`1 instance.
Item (inherited from ReadOnlyCollection<T>)Gets the element at the specified index.

Public Instance Methods

Contains (inherited from ReadOnlyCollection<T>) 
CopyTo (inherited from ReadOnlyCollection<T>) 
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetEnumerator (inherited from ReadOnlyCollection<T>)Returns an enumerator that iterates through the ReadOnlyCollection`1.
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.
IndexOf (inherited from ReadOnlyCollection<T>) 
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Properties

Items (inherited from ReadOnlyCollection<T>)Returns the IList`1 that the ReadOnlyCollection`1 wraps.

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 ReadOnlyCollection<T>) 
ICollection<T>.Add (inherited from ReadOnlyCollection<T>) 
ICollection<T>.Clear (inherited from ReadOnlyCollection<T>) 
ICollection<T>.Remove (inherited from ReadOnlyCollection<T>) 
IEnumerable.GetEnumerator (inherited from ReadOnlyCollection<T>) 
IList.Add (inherited from ReadOnlyCollection<T>) 
IList.Clear (inherited from ReadOnlyCollection<T>) 
IList.Contains (inherited from ReadOnlyCollection<T>) 
IList.IndexOf (inherited from ReadOnlyCollection<T>) 
IList.Insert (inherited from ReadOnlyCollection<T>) 
IList.Remove (inherited from ReadOnlyCollection<T>) 
IList.RemoveAt (inherited from ReadOnlyCollection<T>) 
IList<T>.Insert (inherited from ReadOnlyCollection<T>) 
IList<T>.RemoveAt (inherited from ReadOnlyCollection<T>) 

See Also

SkinInfoCollection Class | Xclna.Xna.Animation Namespace