DefaultTranscoder Decode T  Method ( Byte , Int32, Int32)Couchbase .NET SDK 2.0

[Missing <summary> documentation for "M:Couchbase.Core.Transcoders.DefaultTranscoder.Decode``1(System.Byte[],System.Int32,System.Int32)"]

Namespace: Couchbase.Core.Transcoders
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public T Decode<T>(
	byte[] buffer,
	int offset,
	int length
)

Parameters

buffer
Type:  System Byte 

[Missing <param name="buffer"/> documentation for "M:Couchbase.Core.Transcoders.DefaultTranscoder.Decode``1(System.Byte[],System.Int32,System.Int32)"]

offset
Type: System Int32

[Missing <param name="offset"/> documentation for "M:Couchbase.Core.Transcoders.DefaultTranscoder.Decode``1(System.Byte[],System.Int32,System.Int32)"]

length
Type: System Int32

[Missing <param name="length"/> documentation for "M:Couchbase.Core.Transcoders.DefaultTranscoder.Decode``1(System.Byte[],System.Int32,System.Int32)"]

Type Parameters
T

[Missing <typeparam name="T"/> documentation for "M:Couchbase.Core.Transcoders.DefaultTranscoder.Decode``1(System.Byte[],System.Int32,System.Int32)"]

Return Value

Type: T

[Missing <returns> documentation for "M:Couchbase.Core.Transcoders.DefaultTranscoder.Decode``1(System.Byte[],System.Int32,System.Int32)"]

See Also