Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
MongoDB
Bson
Serialization
Conventions
PublicMemberFinderConvention
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