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