ObjectParameterCollection.ICollection<ObjectParameter>.IsReadOnly 属性

定义

获取一个值,该值指示集合是只读的还是可修改的。

property bool System::Collections::Generic::ICollection<System::Data::Objects::ObjectParameter>::IsReadOnly { bool get(); };
bool System.Collections.Generic.ICollection<System.Data.Objects.ObjectParameter>.IsReadOnly { get; }
member this.System.Collections.Generic.ICollection<System.Data.Objects.ObjectParameter>.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements ICollection(Of ObjectParameter).IsReadOnly

属性值

一个布尔值,如果集合是只读的,则为 true;如果集合是可修改的,则为 false

实现

注解

此集合始终为读/写;可以添加、移除和修改参数。

适用于