The methods of Xamarin.Forms.DefinitionCollection<T> are listed below. For a list of all members, see the DefinitionCollection<T> Members list.
See Also: Inherited members from System.Object
Add(T)Adds a Xamarin.Forms.IDefinition to the collection. | ||
Clear()Removes all values from this Xamarin.Forms.DefinitionCollection`1. | ||
Contains(T)Returns a Boolean value that indicates whether or not this Xamarin.Forms.DefinitionCollection`1 contains the specified Xamarin.Forms.IDefinition. | ||
CopyTo(T[], int)Copies Xamarin.Forms.IDefinition instances from this Xamarin.Forms.DefinitionCollection`1 to an array, starting at the specified index. | ||
GetEnumerator()Returns an enumerator that iterates through the Xamarin.Forms.IDefinition instances in this Xamarin.Forms.DefinitionCollection`1. | ||
IndexOf(T)Returns the index of the first occurrence of item in this Xamarin.Forms.DefinitionCollection`1. | ||
Insert(int, T)Inserts a Xamarin.Forms.IDefinition into this Xamarin.Forms.DefinitionCollection`1 at the location that is specified by index. | ||
Remove(T)Removes a Xamarin.Forms.IDefinition from this Xamarin.Forms.DefinitionCollection`1 and returns true if the item was removed. | ||
RemoveAt(int)Removes an item from this Xamarin.Forms.DefinitionCollection`1. | ||