Implemented interface member:
property
IsFixedSize
System.Collections.IDictionary.IsFixedSize
1 override of IsFixedSize
mscorlib (1)
system\collections\sortedlist.cs (1)
580
public override bool
IsFixedSize
{
1 reference to IsFixedSize
mscorlib (1)
system\collections\sortedlist.cs (1)
581
get { return _list.
IsFixedSize
; }