C# Class System.ComponentModel.Design.Serialization.MemberRelationship

This class represents a single relationship between an object and a member.
Mostrar archivo Open project: dotnet/corefx Class Usage Examples

Public Properties

Property Type Description
Empty MemberRelationship

Public Methods

Method Description
Equals ( object obj ) : bool

Infrastructure support to make this a first class struct

GetHashCode ( ) : int

Infrastructure support to make this a first class struct

MemberRelationship ( object owner, MemberDescriptor member ) : System.Collections.Generic

Creates a new member relationship.

operator ( ) : bool

Infrastructure support to make this a first class struct

Method Details

Equals() public method

Infrastructure support to make this a first class struct
public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

Infrastructure support to make this a first class struct
public GetHashCode ( ) : int
return int

MemberRelationship() public method

Creates a new member relationship.
public MemberRelationship ( object owner, MemberDescriptor member ) : System.Collections.Generic
owner object
member MemberDescriptor
return System.Collections.Generic

operator() public static method

Infrastructure support to make this a first class struct
public static operator ( ) : bool
return bool

Property Details

Empty public_oe static_oe property

public static MemberRelationship,System.ComponentModel.Design.Serialization Empty
return MemberRelationship