StructReaderReadDictionaryT Method
Read IDictionary.
Namespace: Vajhoej.RecordAssembly: Record (in Record.dll) Version: 0.0.0.0
public IDictionary<string, Object> ReadDictionary<T>(
Type t
)
where T : class, new()
Public Function ReadDictionary(Of T As {Class, New}) (
t As Type
) As IDictionary(Of String, Object)
Dim instance As StructReader
Dim t As Type
Dim returnValue As IDictionary(Of String, Object)
returnValue = instance.ReadDictionary(t)
public:
generic<typename T>
where T : ref class, gcnew()
IDictionary<String^, Object^>^ ReadDictionary(
Type^ t
)
member ReadDictionary :
t : Type -> IDictionary<string, Object> when 'T : not struct, new()
- t Type
- Type of object
- T
- Type of object
IDictionaryString,
ObjectIDictionary with values