Sitecore 5.0 API
MainUtil.ExpandArray Method (Array, Type, Int32)
Expands the array.
[Visual Basic]
Overloads Public Shared Function ExpandArray( _
ByVal
array
As
Array
, _
ByVal
elementType
As
Type
, _
ByVal
newSize
As
Integer
_
) As
Array
[C#]
public static
Array
ExpandArray(
Array
array
,
Type
elementType
,
int
newSize
);
Parameters
array
Array.
elementType
Element type.
newSize
Size of the new.
See Also
MainUtil Class
|
Sitecore Namespace
|
MainUtil.ExpandArray Overload List