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

DataObjectMethodAttribute() public méthode

public DataObjectMethodAttribute ( DataObjectMethodType methodType ) : System
methodType DataObjectMethodType
Résultat System
        public DataObjectMethodAttribute(DataObjectMethodType methodType) : this(methodType, false) {
        }

Same methods

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