M3.HRON.HRONObject.GetDynamicType C# (CSharp) 메소드

GetDynamicType() 공개 메소드

public GetDynamicType ( ) : HRONDynamicType
리턴 HRONDynamicType
        public override HRONDynamicType GetDynamicType()
        {
            return HRONDynamicType.Object;
        }