ReuseOnlyExactArraySize Property
In This Topic
Controls whether "Over-sized" arrays are used
Syntax
'Declaration
Public Shared Property ReuseOnlyExactArraySize As System.Boolean
'Usage
Dim value As System.Boolean
DicomGlobal.ReuseOnlyExactArraySize = value
value = DicomGlobal.ReuseOnlyExactArraySize
public static System.bool ReuseOnlyExactArraySize {get; set;}
public read-write property ReuseOnlyExactArraySize: System.Boolean; static;
public static function get,set ReuseOnlyExactArraySize : System.boolean
public: __property static System.bool get_ReuseOnlyExactArraySize();
public: __property static void set_ReuseOnlyExactArraySize(
System.bool value
);
public:
static property System.bool ReuseOnlyExactArraySize {
System.bool get();
void set ( System.bool value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also