1 write to _elementType
System.Formats.Nrbf (1)
System\Formats\Nrbf\RectangularArrayRecord.cs (1)
27
_elementType
= elementType;
2 references to _elementType
System.Formats.Nrbf (2)
System\Formats\Nrbf\RectangularArrayRecord.cs (2)
47
bool storeStrings =
_elementType
== typeof(string);
55
: Array.CreateInstance(
_elementType
, _lengths);