DVTk API
DirectoryRecordCollection Constructor (arrayOfValues)
DVTkDvtkData.MediaDirectoryRecordCollectionDirectoryRecordCollection(array<DirectoryRecord>[]()[])
DVTk API

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

Constructor with initialization. Shallow copy.
Declaration Syntax
C#Visual BasicVisual C++
public DirectoryRecordCollection(
	DirectoryRecord[] arrayOfValues
)
Public Sub New ( _
	arrayOfValues As DirectoryRecord() _
)
public:
DirectoryRecordCollection(
	array<DirectoryRecord^>^ arrayOfValues
)
Parameters
arrayOfValues (array< DirectoryRecord >[]()[])
values to copy.
Exceptions
ExceptionCondition
ArgumentNullExceptionArgument arrayOfValues is a nullNothingnullptr reference.

Assembly: DvtkData (Module: DvtkData) Version: 0.0.0.0