Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
MongoDB
Bson
Serialization
Conventions
PublicMemberFinderConvention
C# Класс MongoDB.Bson.Serialization.Conventions.PublicMemberFinderConvention
Наследование:
IMemberFinderConvention
Показать файл
Открыть проект
Примеры использования класса
Открытые методы
Метод
Описание
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