C# 클래스 MongoDB.Bson.Serialization.Conventions.PublicMemberFinderConvention

상속: IMemberFinderConvention
파일 보기 프로젝트 열기: CloudMetal/mongo-csharp-driver 1 사용 예제들

공개 메소드들

메소드 설명
FindMembers ( Type type ) : IEnumerable

Finds the members of a class that are serialized.

메소드 상세

FindMembers() 공개 메소드

Finds the members of a class that are serialized.
public FindMembers ( Type type ) : IEnumerable
type System.Type The class.
리턴 IEnumerable