ALObjectParser.Library.ALCodeunit.ALCodeunit C# (CSharp) 메소드

ALCodeunit() 공개 메소드

public ALCodeunit ( ) : System.Collections.Generic
리턴 System.Collections.Generic
        public ALCodeunit()
        {
            Type = ALObjectType.codeunit;
        }
    }
ALCodeunit