Npgsql API Docs

FastpathArg Constructor (Byte[], Int32, Int32)

Missing <summary> documentation for M:NpgsqlTypes.FastpathArg.#ctor(System.Byte[],System.Int32,System.Int32)

[Visual Basic]
Overloads Public Sub New( _
   ByVal buf As Byte(), _
   ByVal off As Integer, _
   ByVal len As Integer _
)
[C#]
public FastpathArg(
   byte[] buf,
   int off,
   int len
);

Parameters

buf
Missing <param> documentation for buf
off
Missing <param> documentation for off
len
Missing <param> documentation for len

Remarks

Missing <remarks> documentation for M:NpgsqlTypes.FastpathArg.#ctor(System.Byte[],System.Int32,System.Int32)

See Also

FastpathArg Class | NpgsqlTypes Namespace | FastpathArg Constructor Overload List