Xamarin.Forms.DefinitionCollection<T>: Property Members

The properties 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

Public Properties

[read-only]
Countint. Gets the number of Xamarin.Forms.IDefinition instances contained in this Xamarin.Forms.DefinitionCollection`1.
[read-only]
IsReadOnlybool. false. Xamarin.Forms.DefinitionCollection`1 instances can have items added to them and removed from them.
default property
Item(int)T. Gets or sets the value indexed by index.