IListContract<T>.GetIsReadOnly 方法

定义

确定 IListContract<T> 集合是否为只读。

public:
 bool GetIsReadOnly();
public bool GetIsReadOnly ();
abstract member GetIsReadOnly : unit -> bool
Public Function GetIsReadOnly () As Boolean

返回

如果该集合为只读,则为 true;否则为 false

适用于