ExtensionCollection<T>.ICollection<IExtension<T>>.IsReadOnly 속성

정의

컬렉션이 읽기 전용인지 여부를 가져옵니다.

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

속성 값

Boolean

ExtensionCollection<T>는 항상 false를 반환합니다.

구현

적용 대상