Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
MongoDB
Bson
Serialization
Conventions
NeverIgnoreExtraElementsConvention
C# 클래스 MongoDB.Bson.Serialization.Conventions.NeverIgnoreExtraElementsConvention
상속:
IIgnoreExtraElementsConvention
파일 보기
프로젝트 열기: egametang/Egametang
공개 메소드들
메소드
설명
IgnoreExtraElements
(
Type
type
) :
bool
Determines whether to ignore extra elements for a class.
메소드 상세
IgnoreExtraElements()
공개
메소드
Determines whether to ignore extra elements for a class.
public
IgnoreExtraElements
(
Type
type
) :
bool
type
System.Type
The class.
리턴
bool