Re-enable visibility for grouping key (was overzealous in hiding members in compound payloads).

This commit is contained in:
James Terwilliger 2019-05-31 10:52:11 -07:00
Родитель 4a31babdcc
Коммит fc6d186ec0
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -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>