C# 클래스 System.ComponentModel.Design.Serialization.MemberRelationship

This class represents a single relationship between an object and a member.
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Empty MemberRelationship

공개 메소드들

메소드 설명
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

메소드 상세

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

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

MemberRelationship() 공개 메소드

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

operator() 공개 정적인 메소드

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

프로퍼티 상세

Empty 공개적으로 정적으로 프로퍼티

public static MemberRelationship,System.ComponentModel.Design.Serialization Empty
리턴 MemberRelationship