4 references to ReplicationCursor
System.DirectoryServices (4)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (4)
1565
public System.DirectoryServices.ActiveDirectory.
ReplicationCursor
this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
1566
public bool Contains(System.DirectoryServices.ActiveDirectory.
ReplicationCursor
cursor) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1567
public void CopyTo(System.DirectoryServices.ActiveDirectory.
ReplicationCursor
[] values, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1568
public int IndexOf(System.DirectoryServices.ActiveDirectory.
ReplicationCursor
cursor) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }