ClearDictionary<TKey, TValue> 构造函数

 

初始化 ClearDictionary<TKey, TValue> 类的新实例。

命名空间:   Microsoft.Activities
程序集:  Microsoft.Activities(Microsoft.Activities.dll 中)

重载列表

名称 说明
System_CAPS_pubmethod ClearDictionary<TKey, TValue>()

初始化 ClearDictionary<TKey, TValue> 类的新实例。

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

初始化 ClearDictionary<TKey, TValue> 类的新实例。

请参阅

ClearDictionary<TKey, TValue> 类
Microsoft.Activities 命名空间

返回页首

ClearDictionary<TKey, TValue> 构造函数 ()

初始化 ClearDictionary<TKey, TValue> 类的新实例。

语法

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

返回页首

ClearDictionary<TKey, TValue> 构造函数 (InArgument<IDictionary<TKey, TValue>>)

初始化 ClearDictionary<TKey, TValue> 类的新实例。

语法

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

参数

返回页首