DefaultTranscoder.Decode<T> Method (ArraySegment<Byte>, Int32, Int32, Flags)Couchbase .NET SDK 2.0

[Missing <summary> documentation for "M:Couchbase.Core.Transcoders.DefaultTranscoder.Decode``1(System.ArraySegment{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
public T Decode<T>(
	ArraySegment<byte> buffer,
	int offset,
	int length,
	Flags flags
)

Parameters

buffer
Type: System.ArraySegment<Byte>

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

offset
Type: System.Int32

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

length
Type: System.Int32

[Missing <param name="length"/> documentation for "M:Couchbase.Core.Transcoders.DefaultTranscoder.Decode``1(System.ArraySegment{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.DefaultTranscoder.Decode``1(System.ArraySegment{System.Byte},System.Int32,System.Int32,Couchbase.IO.Operations.Flags)"]

Type Parameters
T

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

Return Value

Type: T

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

Implements

ITypeTranscoder.Decode<T>(ArraySegment<Byte>, Int32, Int32, Flags)
See Also