PERWAPI.Type.Type C# (CSharp) 메소드

Type() 개인적인 메소드

private Type ( byte tyIx ) : System
tyIx byte
리턴 System
        internal Type(byte tyIx)
        {
            typeIndex = tyIx;
        }