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

DataObjectMethodAttribute() public method

public DataObjectMethodAttribute ( DataObjectMethodType methodType, bool isDefault ) : System
methodType DataObjectMethodType
isDefault bool
return System
        public DataObjectMethodAttribute(DataObjectMethodType methodType, bool isDefault) {
            _methodType = methodType;
            _isDefault = isDefault;
        }

Same methods

DataObjectMethodAttribute::DataObjectMethodAttribute ( DataObjectMethodType methodType ) : System