C# Class HoloToolkit.Sharing.IntArrayElement

Inheritance: Element
Mostrar archivo Open project: OpenHID/InteractivePaint

Public Methods

Method Description
AddListener ( IntArrayListener newListener ) : void
Cast ( Element element ) : IntArrayElement
Dispose ( ) : void
GetCount ( ) : int
GetValue ( int index ) : int
InsertValue ( int index, int value ) : void
RemoveListener ( IntArrayListener oldListener ) : void
RemoveValue ( int index ) : void
SetValue ( int index, int newValue ) : void

Private Methods

Method Description
IntArrayElement ( global cPtr, bool cMemoryOwn )
getCPtr ( IntArrayElement obj ) : global::System.Runtime.InteropServices.HandleRef

Method Details

AddListener() public method

public AddListener ( IntArrayListener newListener ) : void
newListener IntArrayListener
return void

Cast() public static method

public static Cast ( Element element ) : IntArrayElement
element Element
return IntArrayElement

Dispose() public method

public Dispose ( ) : void
return void

GetCount() public method

public GetCount ( ) : int
return int

GetValue() public method

public GetValue ( int index ) : int
index int
return int

InsertValue() public method

public InsertValue ( int index, int value ) : void
index int
value int
return void

RemoveListener() public method

public RemoveListener ( IntArrayListener oldListener ) : void
oldListener IntArrayListener
return void

RemoveValue() public method

public RemoveValue ( int index ) : void
index int
return void

SetValue() public method

public SetValue ( int index, int newValue ) : void
index int
newValue int
return void