C# Class Henchmen.Lua.Thread.StrBuilder

ファイルを表示 Open project: henchmeninteractive/HenchLua

Public Properties

Property Type Description
Buffer byte[]
Length int

Public Methods

Method Description
Append ( LString str ) : void
Append ( byte b ) : void
Append ( byte b, int idx, int len ) : void
ToLString ( ) : LString

Method Details

Append() public method

public Append ( LString str ) : void
str LString
return void

Append() public method

public Append ( byte b ) : void
b byte
return void

Append() public method

public Append ( byte b, int idx, int len ) : void
b byte
idx int
len int
return void

ToLString() public method

public ToLString ( ) : LString
return LString

Property Details

Buffer public_oe property

public byte[] Buffer
return byte[]

Length public_oe property

public int Length
return int