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

ProvidePropertyAttribute() public method

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

Same methods

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