C# Class NNbt.Serialization.NbtPropertyAttribute

Inheritance: System.Attribute
Datei anzeigen Open project: jaquadro/NNBT Class Usage Examples

Public Methods

Method Description
NbtPropertyAttribute ( ) : System
NbtPropertyAttribute ( TagType propertyType ) : System
NbtPropertyAttribute ( string name ) : System

Method Details

NbtPropertyAttribute() public method

public NbtPropertyAttribute ( ) : System
return System

NbtPropertyAttribute() public method

public NbtPropertyAttribute ( TagType propertyType ) : System
propertyType TagType
return System

NbtPropertyAttribute() public method

public NbtPropertyAttribute ( string name ) : System
name string
return System