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
| [read-only] | Count | int. Gets the number of Xamarin.Forms.IDefinition instances contained in this Xamarin.Forms.DefinitionCollection`1. |
| [read-only] | IsReadOnly | bool. 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. |