Artemis.Annotations.AspTypePropertyAttribute.AspTypePropertyAttribute C# (CSharp) Метод

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

public AspTypePropertyAttribute ( bool createConstructorReferences ) : System
createConstructorReferences bool
Результат System
        public AspTypePropertyAttribute(bool createConstructorReferences)
        {
            CreateConstructorReferences = createConstructorReferences;
        }
AspTypePropertyAttribute