DHI.Mike1D
DHI.Mike1D
Namespaces
DHI.Mike1D.Generic.Collections
ListWrapper(T1, T2) Class
ListWrapper(T1, T2) Properties
Count Property
IsReadOnly Property
Item Property
ListWrapper
T1
,
T2
IsReadOnly Property
Gets a value indicating whether the
ICollection
T
is read-only.
Namespace:
DHI.Mike1D.Generic.Collections
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
Copy
public
bool
IsReadOnly
{
get
; }
Return Value
Type:
Boolean
true if the
ICollection
T
is read-only; otherwise, false.
Implements
ICollection
T
IsReadOnly
See Also
Reference
ListWrapper
T1, T2
Class
DHI.Mike1D.Generic.Collections Namespace