C# 클래스 Tealium.Utility.VariableCollection

파일 보기 프로젝트 열기: Tealium/win-library

공개 메소드들

메소드 설명
Add ( string key, object value ) : void
VariableCollection ( ) : System.Collections.Concurrent
this ( string key ) : object

메소드 상세

Add() 공개 메소드

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

VariableCollection() 공개 메소드

public VariableCollection ( ) : System.Collections.Concurrent
리턴 System.Collections.Concurrent

this() 공개 메소드

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