Monobjc.Tools.Generator.Model.ClassEntity.ClassEntity C# (CSharp) Méthode

ClassEntity() public méthode

Initializes a new instance of the ClassEntity class.
public ClassEntity ( ) : System
Résultat System
        public ClassEntity()
        {
            this.Methods = new MethodCollection();
            this.Properties = new PropertyCollection();
            this.DelegateMethods = new MethodCollection();
        }