'Declaration Function Get( _ ByVal Id As String _ ) As Byte()
'Usage Dim instance As IStorageProvider Dim Id As String Dim value() As Byte value = instance.Get(Id)
byte[] Get( string Id )
array<byte>^ Get( String^ Id )
Target Platforms
IStorageProvider Interface IStorageProvider Members