Npgsql API Docs

NpgsqlBox Constructor 

Missing <summary> documentation for M:NpgsqlTypes.NpgsqlBox.#ctor(NpgsqlTypes.NpgsqlPoint,NpgsqlTypes.NpgsqlPoint)

[Visual Basic]
Public Sub New( _
   ByVal UpperRight As NpgsqlPoint, _
   ByVal LowerLeft As NpgsqlPoint _
)
[C#]
public NpgsqlBox(
   NpgsqlPoint UpperRight,
   NpgsqlPoint LowerLeft
);

Parameters

UpperRight
Missing <param> documentation for UpperRight
LowerLeft
Missing <param> documentation for LowerLeft

Remarks

Missing <remarks> documentation for M:NpgsqlTypes.NpgsqlBox.#ctor(NpgsqlTypes.NpgsqlPoint,NpgsqlTypes.NpgsqlPoint)

See Also

NpgsqlBox Class | NpgsqlTypes Namespace