C# Class NPLMono.NPLTable

Do not use this class directly, use NPLObjectProxy instead.
Inheritance: NPLObjectBase, System.Collections.IEnumerable
ファイルを表示 Open project: LiXizhi/NPLRuntime

Public Methods

Method Description
Clear ( ) : void
CreateGetField ( int nIndex ) : NPLObjectProxy
CreateGetField ( string sName ) : NPLObjectProxy
GetEnumerator ( ) : System.Collections.IEnumerator
GetField ( int nIndex ) : NPLObjectProxy
GetField ( string sName ) : NPLObjectProxy
NPLTable ( )
SetField ( int nIndex, NPLObjectProxy obj ) : void
SetField ( string sName, NPLObjectProxy obj ) : void
ToString ( ) : string
this ( int nIndex ) : NPLObjectProxy
this ( string sName ) : NPLObjectProxy

Method Details

Clear() public method

public Clear ( ) : void
return void

CreateGetField() public method

public CreateGetField ( int nIndex ) : NPLObjectProxy
nIndex int
return NPLObjectProxy

CreateGetField() public method

public CreateGetField ( string sName ) : NPLObjectProxy
sName string
return NPLObjectProxy

GetEnumerator() public method

public GetEnumerator ( ) : System.Collections.IEnumerator
return System.Collections.IEnumerator

GetField() public method

public GetField ( int nIndex ) : NPLObjectProxy
nIndex int
return NPLObjectProxy

GetField() public method

public GetField ( string sName ) : NPLObjectProxy
sName string
return NPLObjectProxy

NPLTable() public method

public NPLTable ( )

SetField() public method

public SetField ( int nIndex, NPLObjectProxy obj ) : void
nIndex int
obj NPLObjectProxy
return void

SetField() public method

public SetField ( string sName, NPLObjectProxy obj ) : void
sName string
obj NPLObjectProxy
return void

ToString() public method

public ToString ( ) : string
return string

this() public method

public this ( int nIndex ) : NPLObjectProxy
nIndex int
return NPLObjectProxy

this() public method

public this ( string sName ) : NPLObjectProxy
sName string
return NPLObjectProxy