GeneralTransform3DCollection.ICollection<GeneralTransform3D>.IsReadOnly 속성

정의

이 멤버에 대한 설명은 IsReadOnly를 참조하세요.

property bool System::Collections::Generic::ICollection<System::Windows::Media::Media3D::GeneralTransform3D>::IsReadOnly { bool get(); };
bool System.Collections.Generic.ICollection<System.Windows.Media.Media3D.GeneralTransform3D>.IsReadOnly { get; }
member this.System.Collections.Generic.ICollection<System.Windows.Media.Media3D.GeneralTransform3D>.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements ICollection(Of GeneralTransform3D).IsReadOnly

속성 값

Boolean

true이 읽기 전용이면 GeneralTransform3DCollection이고, 그렇지 않으면 false입니다.

구현

설명

이 멤버는 명시적 인터페이스 멤버 구현이며, GeneralTransform3DCollection 인스턴스가 ICollection<T> 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.

ICollection<GeneralTransform3D>.IsReadOnly .NET Framework 버전 3.5에서에서 도입 되었습니다. 자세한 내용은 버전 및 종속성을 참조하세요.

적용 대상