Artemis.Annotations.AspTypePropertyAttribute.AspTypePropertyAttribute C# (CSharp) 메소드

AspTypePropertyAttribute() 공개 메소드

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