зеркало из 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
|
/// The key value for the grouping
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[DataMember]
|
[DataMember]
|
||||||
[EditorBrowsable(EditorBrowsableState.Never)]
|
|
||||||
public T Key;
|
public T Key;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
@ -102,7 +101,6 @@ namespace Microsoft.StreamProcessing
|
||||||
/// The value associated with the given partition.
|
/// The value associated with the given partition.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[DataMember]
|
[DataMember]
|
||||||
[EditorBrowsable(EditorBrowsableState.Never)]
|
|
||||||
public T Key;
|
public T Key;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче