LazyList<T>.IsReadOnly Property
Namespace: Microsoft.WindowsAzure.Common.Internals
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public bool IsReadOnly { get; }
public:
property bool IsReadOnly {
virtual bool get() sealed;
}
abstract IsReadOnly : bool with get
override IsReadOnly : bool with get
Public ReadOnly Property IsReadOnly As Boolean
Property Value
Type: System.Boolean
Implements
See Also
LazyList<T> Class
Microsoft.WindowsAzure.Common.Internals Namespace
Return to top