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

Inheritance: IMemberFinderConvention
Afficher le fichier Open project: CloudMetal/mongo-csharp-driver Class Usage Examples

Méthodes publiques

Méthode Description
FindMembers ( Type type ) : IEnumerable

Finds the members of a class that are serialized.

Method Details

FindMembers() public méthode

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