[This is preliminary documentation and is subject to change.]

The constructor

Namespace:  OfficeClip.BusinessLayer.Metabase
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public MetaListInfoCollection(
	int size
)
Visual Basic (Declaration)
Public Sub New ( _
	size As Integer _
)
Visual C++
public:
MetaListInfoCollection(
	int size
)

Parameters

size
Type: System..::.Int32
The default size of the collection

See Also