C# Class Cyotek.Data.Nbt.TagFactory

Afficher le fichier Open project: cyotek/Cyotek.Data.Nbt Class Usage Examples

Méthodes publiques

Méthode Description
CreateTag ( TagType tagType ) : ITag
CreateTag ( TagType tagType, object defaultValue ) : ITag
CreateTag ( TagType tagType, string name, object defaultValue ) : ITag

Method Details

CreateTag() public static méthode

public static CreateTag ( TagType tagType ) : ITag
tagType TagType
Résultat ITag

CreateTag() public static méthode

public static CreateTag ( TagType tagType, object defaultValue ) : ITag
tagType TagType
defaultValue object
Résultat ITag

CreateTag() public static méthode

public static CreateTag ( TagType tagType, string name, object defaultValue ) : ITag
tagType TagType
name string
defaultValue object
Résultat ITag