BExIS.Ddm.Model.Property.Property C# (CSharp) Метод

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

public Property ( ) : System.Collections.Generic
Результат System.Collections.Generic
        public Property()
        {
            this.Type = SearchComponentBaseType.Property;
        }
Property