| PropVariantGetBlobAsArrayOfT Method  | 
            Interprets a blob as an array of structs
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic T[] GetBlobAsArrayOf<T>()
Public Function GetBlobAsArrayOf(Of T) As T()
public:
generic<typename T>
array<T>^ GetBlobAsArrayOf()
member GetBlobAsArrayOf : unit -> 'T[] 
Type Parameters
- T
 
Return Value
Type: 
T
See Also