зеркало из https://github.com/microsoft/Trill.git
Re-enable visibility for grouping key (was overzealous in hiding members in compound payloads).
This commit is contained in:
Родитель
4a31babdcc
Коммит
fc6d186ec0
|
@ -79,7 +79,6 @@ namespace Microsoft.StreamProcessing
|
|||
/// The key value for the grouping
|
||||
/// </summary>
|
||||
[DataMember]
|
||||
[EditorBrowsable(EditorBrowsableState.Never)]
|
||||
public T Key;
|
||||
|
||||
/// <summary>
|
||||
|
@ -102,7 +101,6 @@ namespace Microsoft.StreamProcessing
|
|||
/// The value associated with the given partition.
|
||||
/// </summary>
|
||||
[DataMember]
|
||||
[EditorBrowsable(EditorBrowsableState.Never)]
|
||||
public T Key;
|
||||
|
||||
/// <summary>
|
||||
|
|
Загрузка…
Ссылка в новой задаче