System.ComponentModel.ProvidePropertyAttribute.ProvidePropertyAttribute C# (CSharp) Méthode

ProvidePropertyAttribute() public méthode

public ProvidePropertyAttribute ( string propertyName, Type receiverType ) : System
propertyName string
receiverType Type
Résultat System
        public ProvidePropertyAttribute(string propertyName, Type receiverType) {
            this.propertyName = propertyName;
            this.receiverTypeName = receiverType.AssemblyQualifiedName;
        }

Same methods

ProvidePropertyAttribute::ProvidePropertyAttribute ( string propertyName, string receiverTypeName ) : System