Method | Description | |
---|---|---|
AddView ( IReactComponent view ) : void | ||
AddViewAtIndex ( IReactComponent view, int index ) : void | ||
RemoveView ( IReactComponent child ) : void |
public AddView ( IReactComponent view ) : void | ||
view | IReactComponent | |
return | void |
public AddViewAtIndex ( IReactComponent view, int index ) : void | ||
view | IReactComponent | |
index | int | |
return | void |
public RemoveView ( IReactComponent child ) : void | ||
child | IReactComponent | |
return | void |