2 references to ResultPropertyValueCollection
System.DirectoryServices (2)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (2)
423
public System.DirectoryServices.
ResultPropertyValueCollection
this[string name] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
427
public void CopyTo(System.DirectoryServices.
ResultPropertyValueCollection
[] array, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }