Artemis.Annotations.AspTypePropertyAttribute.AspTypePropertyAttribute C# (CSharp) Méthode

AspTypePropertyAttribute() public méthode

public AspTypePropertyAttribute ( bool createConstructorReferences ) : System
createConstructorReferences bool
Résultat System
        public AspTypePropertyAttribute(bool createConstructorReferences)
        {
            CreateConstructorReferences = createConstructorReferences;
        }
AspTypePropertyAttribute