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
Attributes
BsonExtraElementsAttribute
C# 클래스 MongoDB.Bson.Serialization.Attributes.BsonExtraElementsAttribute
상속:
System.Attribute
,
IBsonMemberMapAttribute
,
IBsonMemberMapModifier
파일 보기
프로젝트 열기: egametang/Egametang
공개 메소드들
메소드
설명
Apply
(
BsonMemberMap
memberMap
) :
void
Applies a modification to the member map.
메소드 상세
Apply()
공개
메소드
Applies a modification to the member map.
public
Apply
(
BsonMemberMap
memberMap
) :
void
memberMap
BsonMemberMap
The member map.
리턴
void