C# Class Cyotek.Data.Nbt.TagFactory

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

Public Methods

Method Description
CreateTag ( TagType tagType ) : ITag
CreateTag ( TagType tagType, object defaultValue ) : ITag
CreateTag ( TagType tagType, string name, object defaultValue ) : ITag

Method Details

CreateTag() public static method

public static CreateTag ( TagType tagType ) : ITag
tagType TagType
return ITag

CreateTag() public static method

public static CreateTag ( TagType tagType, object defaultValue ) : ITag
tagType TagType
defaultValue object
return ITag

CreateTag() public static method

public static CreateTag ( TagType tagType, string name, object defaultValue ) : ITag
tagType TagType
name string
defaultValue object
return ITag