C# 클래스 Cyotek.Data.Nbt.TagFactory

파일 보기 프로젝트 열기: cyotek/Cyotek.Data.Nbt 1 사용 예제들

공개 메소드들

메소드 설명
CreateTag ( TagType tagType ) : ITag
CreateTag ( TagType tagType, object defaultValue ) : ITag
CreateTag ( TagType tagType, string name, object defaultValue ) : ITag

메소드 상세

CreateTag() 공개 정적인 메소드

public static CreateTag ( TagType tagType ) : ITag
tagType TagType
리턴 ITag

CreateTag() 공개 정적인 메소드

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

CreateTag() 공개 정적인 메소드

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