Поделиться через


Свойство SplitKeyValuePair<TKey, TValue>.Key

 

Получает или задает ключ в KeyValuePair.

Пространство имен:   Microsoft.Activities
Сборка:  Microsoft.Activities (в Microsoft.Activities.dll)

Синтаксис

[DefaultValueAttribute(null)]
public OutArgument<TKey> Key {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[DefaultValueAttribute(null)]
property OutArgument<TKey>^ Key {
    [CompilerGeneratedAttribute]
    OutArgument<TKey>^ get();
    [CompilerGeneratedAttribute]
    void set(OutArgument<TKey>^ value);
}
[<DefaultValueAttribute(null)>]
member Key : OutArgument<'TKey> with get, set
<DefaultValueAttribute(Nothing)>
Public Property Key As OutArgument(Of TKey)

Значение свойства

Type: System.Activities.OutArgument<TKey>

Возвращает ключ в KeyValuePair.

См. также

SplitKeyValuePair<TKey, TValue> - класс
Microsoft.Activities - пространство имен

Вернуться в начало