ALObjectParser.Library.ALCodeunit.ALCodeunit C# (CSharp) Méthode

ALCodeunit() public méthode

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