Monobjc.Tools.Generator.Model.ClassEntity.ClassEntity C# (CSharp) Метод

ClassEntity() публичный Метод

Initializes a new instance of the ClassEntity class.
public ClassEntity ( ) : System
Результат System
        public ClassEntity()
        {
            this.Methods = new MethodCollection();
            this.Properties = new PropertyCollection();
            this.DelegateMethods = new MethodCollection();
        }