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

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

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

Parameters

buffer
Type:  System Byte 

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

offset
Type: System Int32

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

length
Type: System Int32

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

flags
Type: Couchbase.IO.Operations Flags

[Missing <param name="flags"/> documentation for "M:Couchbase.Core.Transcoders.ITypeTranscoder.Decode``1(System.Byte[],System.Int32,System.Int32,Couchbase.IO.Operations.Flags)"]

Type Parameters
T

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

Return Value

Type: T

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

See Also