C# Class Cyotek.Data.Nbt.TagByte

Inheritance: Tag
Datei anzeigen Open project: cyotek/Cyotek.Data.Nbt Class Usage Examples

Public Methods

Method Description
TagByte ( )
TagByte ( byte value )
TagByte ( string name )
TagByte ( string name, byte value )
ToString ( string indentString ) : string

Method Details

TagByte() public method

public TagByte ( )

TagByte() public method

public TagByte ( byte value )
value byte

TagByte() public method

public TagByte ( string name )
name string

TagByte() public method

public TagByte ( string name, byte value )
name string
value byte

ToString() public method

public ToString ( string indentString ) : string
indentString string
return string