C# 클래스 xstream.Utilities.AlreadySerialisedDictionary

파일 보기 프로젝트 열기: srushti/xstream.net

공개 메소드들

메소드 설명
Add ( object value, string path ) : void
ContainsKey ( object value ) : bool
this ( object value ) : string

메소드 상세

Add() 공개 메소드

public Add ( object value, string path ) : void
value object
path string
리턴 void

ContainsKey() 공개 메소드

public ContainsKey ( object value ) : bool
value object
리턴 bool

this() 공개 메소드

public this ( object value ) : string
value object
리턴 string