SolutionMapping.EmptyArray Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets a one-dimensional, empty array.
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Protected Shared ReadOnly Property EmptyArray As Object()
protected static Object[] EmptyArray { get; }
protected:
static property array<Object^>^ EmptyArray {
array<Object^>^ get ();
}
static member EmptyArray : Object[]
static function get EmptyArray () : Object[]
Property Value
Type: array<System.Object[]
A one-dimensional, empty array.
Remarks
Use this property instead of allocating an empty array.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.