[This is preliminary documentation and is subject to change.]
Constructor with initialization. Shallow copy.
| C# | Visual Basic | Visual C++ |
public PresentationContextCollection( PresentationContext[] arrayOfValues )
Public Sub New ( _ arrayOfValues As PresentationContext() _ )
public: PresentationContextCollection( array<PresentationContext^>^ arrayOfValues )
- arrayOfValues (array< PresentationContext >[]()[])
- Values to copy.
| Exception | Condition |
|---|---|
| ArgumentNullException | arrayOfValues is null. |