MongoDB.Bson.Serialization.Conventions.NeverIgnoreExtraElementsConvention.IgnoreExtraElements C# (CSharp) Метод

IgnoreExtraElements() публичный Метод

Determines whether to ignore extra elements for a class.
public IgnoreExtraElements ( Type type ) : bool
type System.Type The class.
Результат bool
        public bool IgnoreExtraElements(Type type)
        {
            return false;
        }
    }
NeverIgnoreExtraElementsConvention