3 references to Rectangular
System.Formats.Nrbf (3)
System\Formats\Nrbf\NrbfDecoder.cs (2)
344
bool isRectangular = arrayType is BinaryArrayType.
Rectangular
;
382
if (arrayType == BinaryArrayType.
Rectangular
)
System\Formats\Nrbf\Utils\BinaryReaderExtensions.cs (1)
41
if (arrayType > (byte)BinaryArrayType.
Rectangular
)