다음을 통해 공유


CountDictionary<TKey, TValue> 생성자

 

CountDictionary<TKey, TValue> 클래스의 새 인스턴스를 초기화합니다.

네임스페이스:   Microsoft.Activities
어셈블리:  Microsoft.Activities.dll의 Microsoft.Activities

오버로드 목록

이름 설명
System_CAPS_pubmethod CountDictionary<TKey, TValue>()

CountDictionary<TKey, TValue> 클래스의 새 인스턴스를 초기화합니다.

System_CAPS_pubmethod CountDictionary<TKey, TValue>(InArgument<IDictionary<TKey, TValue>>)

CountDictionary<TKey, TValue> 클래스의 새 인스턴스를 초기화합니다.

참고 항목

CountDictionary<TKey, TValue> 클래스
Microsoft.Activities 네임스페이스

맨 위로 이동

CountDictionary<TKey, TValue> 생성자 ()

CountDictionary<TKey, TValue> 클래스의 새 인스턴스를 초기화합니다.

구문

public CountDictionary()
public:
CountDictionary()
new : unit -> CountDictionary
Public Sub New

맨 위로 이동

CountDictionary<TKey, TValue> 생성자 (InArgument<IDictionary<TKey, TValue>>)

CountDictionary<TKey, TValue> 클래스의 새 인스턴스를 초기화합니다.

구문

public CountDictionary(
    InArgument<IDictionary<TKey, TValue>> dictionary
)
public:
CountDictionary(
    InArgument<IDictionary<TKey, TValue>^>^ dictionary
)
new : 
        dictionary:InArgument<IDictionary<'TKey, 'TValue>> -> CountDictionary
Public Sub New (
    dictionary As InArgument(Of IDictionary(Of TKey, TValue))
)

매개 변수

맨 위로 이동