KeyValueAccumulator Struct¶
- Namespace
Microsoft.AspNetCore.WebUtilities- Assemblies
- Microsoft.AspNetCore.WebUtilities
Syntax¶
public struct KeyValueAccumulator
-
struct
Microsoft.AspNetCore.WebUtilities.KeyValueAccumulator
Properties¶
-
Microsoft.AspNetCore.WebUtilities.KeyValueAccumulator.HasValues¶ Return type: System.Boolean public bool HasValues { get; }
-
Microsoft.AspNetCore.WebUtilities.KeyValueAccumulator.KeyCount¶ Return type: System.Int32 public int KeyCount { get; }
-
Microsoft.AspNetCore.WebUtilities.KeyValueAccumulator.ValueCount¶ Return type: System.Int32 public int ValueCount { get; }
-