示例#1
0
 bool ICollection <string> .Remove(string propertyName) => throw ThrowHelper.GetNotSupportedException_CollectionIsReadOnly();
示例#2
0
 bool ICollection <T> .Remove(T node) => throw ThrowHelper.GetNotSupportedException_CollectionIsReadOnly();