C# 클래스 MongoDB.Bson.Serialization.Attributes.BsonDictionaryOptionsAttribute

상속: BsonSerializationOptionsAttribute
파일 보기 프로젝트 열기: egametang/Egametang

공개 메소드들

메소드 설명
BsonDictionaryOptionsAttribute ( ) : System

Initializes a new instance of the BsonDictionaryOptionsAttribute class.

BsonDictionaryOptionsAttribute ( DictionaryRepresentation representation ) : System

Initializes a new instance of the BsonDictionaryOptionsAttribute class.

메소드 상세

BsonDictionaryOptionsAttribute() 공개 메소드

Initializes a new instance of the BsonDictionaryOptionsAttribute class.
public BsonDictionaryOptionsAttribute ( ) : System
리턴 System

BsonDictionaryOptionsAttribute() 공개 메소드

Initializes a new instance of the BsonDictionaryOptionsAttribute class.
public BsonDictionaryOptionsAttribute ( DictionaryRepresentation representation ) : System
representation DictionaryRepresentation The representation to use for the Dictionary.
리턴 System