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

DataObjectMethodAttribute() public method

public DataObjectMethodAttribute ( DataObjectMethodType methodType ) : System
methodType DataObjectMethodType
return System
        public DataObjectMethodAttribute(DataObjectMethodType methodType) : this(methodType, false) {
        }

Same methods

DataObjectMethodAttribute::DataObjectMethodAttribute ( DataObjectMethodType methodType, bool isDefault ) : System