Artemis.Annotations.AspTypePropertyAttribute.AspTypePropertyAttribute C# (CSharp) Method

AspTypePropertyAttribute() public method

public AspTypePropertyAttribute ( bool createConstructorReferences ) : System
createConstructorReferences bool
return System
        public AspTypePropertyAttribute(bool createConstructorReferences)
        {
            CreateConstructorReferences = createConstructorReferences;
        }
AspTypePropertyAttribute