C# Class MongoDB.Bson.Serialization.Conventions.NeverIgnoreExtraElementsConvention

Inheritance: IIgnoreExtraElementsConvention
Mostra file Open project: egametang/Egametang

Public Methods

Method Description
IgnoreExtraElements ( Type type ) : bool

Determines whether to ignore extra elements for a class.

Method Details

IgnoreExtraElements() public method

Determines whether to ignore extra elements for a class.
public IgnoreExtraElements ( Type type ) : bool
type System.Type The class.
return bool