Class OpaBatchResultGeneric<T>
public class OpaBatchResultGeneric<T> : Dictionary<string, T>, IDictionary<string, T>, ICollection<KeyValuePair<string, T>>, IReadOnlyDictionary<string, T>, IReadOnlyCollection<KeyValuePair<string, T>>, IEnumerable<KeyValuePair<string, T>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable
Type Parameters
T
- Inheritance
-
Dictionary<string, T>OpaBatchResultGeneric<T>
- Implements
-
IDictionary<string, T>
- Inherited Members
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.