Initializes a new instance of the ReadOnlyCollection class.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public ReadOnlyCollection<T> ( |
Visual Basic
Copy Code
|
|---|
Public New (Of T) ( _ |
A .NET ICollection that represents the collection to wrap.
See Also