C# Class System.Linq.Expressions.MemberBinding

Provides the base class from which the classes that represent bindings that are used to initialize members of a newly created object derive.
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
ToString ( ) : string

Returns a String that represents the current Object.

Private Methods

Méthode Description
MemberBinding ( MemberBindingType type, MemberInfo member ) : System.Reflection

Method Details

ToString() public méthode

Returns a String that represents the current Object.
public ToString ( ) : string
Résultat string