C# Class Mono.Debugging.Win32.MtaRawValueArray

Inheritance: IRawValueArray
Datei anzeigen Open project: mono/monodevelop

Public Methods

Method Description
GetValue ( int index ) : object
GetValues ( int index, int count ) : Array
MtaRawValueArray ( IRawValueArray s ) : System
SetValue ( int index, object value ) : void
ToArray ( ) : Array

Method Details

GetValue() public method

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

GetValues() public method

public GetValues ( int index, int count ) : Array
index int
count int
return System.Array

MtaRawValueArray() public method

public MtaRawValueArray ( IRawValueArray s ) : System
s IRawValueArray
return System

SetValue() public method

public SetValue ( int index, object value ) : void
index int
value object
return void

ToArray() public method

public ToArray ( ) : Array
return System.Array