C# Class NPLMono.NPLStringObject

Inheritance: NPLObjectBase
显示文件 Open project: LiXizhi/NPLRuntime

Public Methods

Method Description
GetValue ( ) : string
NPLStringObject ( )
NPLStringObject ( string value )
SetValue ( string value ) : void

Method Details

GetValue() public method

public GetValue ( ) : string
return string

NPLStringObject() public method

public NPLStringObject ( )

NPLStringObject() public method

public NPLStringObject ( string value )
value string

SetValue() public method

public SetValue ( string value ) : void
value string
return void