ArrayListCollectionBase.SyncRoot Propiedad

Definición

Devuelve el objeto SyncRoot para la colección. Esta API está obsoleta. Para obtener información sobre cómo desarrollar aplicaciones móviles ASP.NET, consulte Mobile Apps & Sites with ASP.NET.

public:
 property System::Object ^ SyncRoot { System::Object ^ get(); };
public object SyncRoot { get; }
member this.SyncRoot : obj
Public ReadOnly Property SyncRoot As Object

Valor de propiedad

El objeto SyncRoot para la colección.

Implementaciones

Comentarios

Usado internamente por el ASP.NET. No está pensado para su uso por las aplicaciones cliente.

Se aplica a

Consulte también