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

ProvidePropertyAttribute() public méthode

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

Same methods

ProvidePropertyAttribute::ProvidePropertyAttribute ( string propertyName, Type receiverType ) : System