Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
PurgarNET
AAConnector
Shared
ConnectedObject
C# 클래스 PurgarNET.AAConnector.Shared.ConnectedObject
상속:
ISerializable
파일 보기
프로젝트 열기: jurepurgar/aa-scsm-connector
1 사용 예제들
공개 메소드들
메소드
설명
Add
(
string
key
,
object
value
) :
void
ContainsKey
(
string
key
) :
bool
GetObjectData
(
SerializationInfo
info
,
StreamingContext
context
) :
void
메소드 상세
Add()
공개
메소드
public
Add
(
string
key
,
object
value
) :
void
key
string
value
object
리턴
void
ContainsKey()
공개
메소드
public
ContainsKey
(
string
key
) :
bool
key
string
리턴
bool
GetObjectData()
공개
메소드
public
GetObjectData
(
SerializationInfo
info
,
StreamingContext
context
) :
void
info
System.Runtime.Serialization.SerializationInfo
context
System.Runtime.Serialization.StreamingContext
리턴
void