Class UIMeshItemWithCollection
A UIMeshItem with utilities useful to handle
Inheritance
UIMeshItemWithCollection
Implements
IDisposable
Namespace: Mux.Markup.Extras
Assembly: Mux.Markup.UI.dll
Syntax
public abstract class UIMeshItemWithCollection : UIMeshItem, IDisposable
Constructors
| Improve this Doc View SourceUIMeshItemWithCollection()
Declaration
public UIMeshItemWithCollection()
Methods
| Improve this Doc View SourceCreateBindableCollectionProperty<T>(String, Type)
A convenient method to create a new instance of the
Declaration
protected static BindableProperty CreateBindableCollectionProperty<T>(string name, Type declarer)
Parameters
Type | Name | Description |
---|---|---|
String | name | |
Type | declarer |
Returns
Type | Description |
---|---|
BindableProperty |
Type Parameters
Name | Description |
---|---|
T |
Implements
IDisposable