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
AlwaysIgnoreExtraElementsConvention
C# Class MongoDB.Bson.Serialization.Conventions.AlwaysIgnoreExtraElementsConvention
Inheritance:
IIgnoreExtraElementsConvention
Afficher le fichier
Open project: egametang/Egametang
Méthodes publiques
Méthode
Description
IgnoreExtraElements
(
Type
type
) :
bool
Determines whether to ignore extra elements for a class.
Method Details
IgnoreExtraElements()
public
méthode
Determines whether to ignore extra elements for a class.
public
IgnoreExtraElements
(
Type
type
) :
bool
type
System.Type
The class.
Résultat
bool