C# Class MongoDB.Bson.Serialization.Conventions.PublicMemberFinderConvention

Inheritance: IMemberFinderConvention
Show file Open project: CloudMetal/mongo-csharp-driver Class Usage Examples

Public Methods

Method Description
FindMembers ( Type type ) : IEnumerable

Finds the members of a class that are serialized.

Method Details

FindMembers() public method

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