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