Table of Contents

Class OpaBatchResultGeneric<T>

Namespace
Styra.Opa
Assembly
Styra.Opa.dll
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
OpaBatchResultGeneric<T>
Implements
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.