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.
Show file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

Returns a String that represents the current Object.

Private Methods

Method Description
MemberBinding ( MemberBindingType type, MemberInfo member ) : System.Reflection

Method Details

ToString() public method

Returns a String that represents the current Object.
public ToString ( ) : string
return string