ReadOnlyDictionaryTKey, TValueIsReadOnly Property |
获取一个值,该值指示集合是否为只读。此实现总是返回true。
Namespace: X3Platform.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic bool IsReadOnly { get; }
public:
virtual property bool IsReadOnly {
bool get () sealed;
}
Property Value
Type:
BooleanImplements
ICollectionTIsReadOnly
See Also