Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
MongoDB
Bson
Serialization
Conventions
PublicMemberFinderConvention
C# Class MongoDB.Bson.Serialization.Conventions.PublicMemberFinderConvention
Inheritance:
IMemberFinderConvention
Datei anzeigen
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