Implemented interface member:
2 overrides of Count
System.Security.AccessControl (2)
artifacts\obj\System.Security.AccessControl\Debug\net10.0\System.Security.AccessControl.notsupported.cs (2)
150
public sealed override int
Count
{ get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } }
472
public override int
Count
{ get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } }