System.ComponentModel.ProvidePropertyAttribute.ProvidePropertyAttribute C# (CSharp) Method

ProvidePropertyAttribute() public method

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

Same methods

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