Click or drag to resize

ResultFileCollectionIsReadOnly Property

Gets a value indicating whether the ICollectionT is read-only.

Namespace: ema3d.Api.V26.Results
Assembly: ema3d.Api.V26 (in ema3d.Api.V26.dll) Version: 0.0.0.0
Syntax
public bool IsReadOnly { get; }

Return Value

Boolean
if the ICollectionT is read-only; otherwise, .

Implements

ICollectionTIsReadOnly
See Also