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인 부울 값입니다.

구현

설명

이 컬렉션은 항상 읽고 쓸 수 있으며 매개 변수를 추가, 제거 및 수정할 수 있습니다.

적용 대상