ALObjectParser.Library.ALCodeunit.ALCodeunit C# (CSharp) Method

ALCodeunit() public method

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