Regex.InitializeReferences Método

Definición

Precaución

This API supports obsolete mechanisms for Regex extensibility. It is not supported.

Usado por un Regex objeto generado por el CompileToAssembly(RegexCompilationInfo[], AssemblyName) método . Este método está obsoleto.

protected:
 void InitializeReferences();
[System.Obsolete("This API supports obsolete mechanisms for Regex extensibility. It is not supported.", DiagnosticId="SYSLIB0052", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
protected void InitializeReferences();
protected void InitializeReferences();
[<System.Obsolete("This API supports obsolete mechanisms for Regex extensibility. It is not supported.", DiagnosticId="SYSLIB0052", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
member this.InitializeReferences : unit -> unit
member this.InitializeReferences : unit -> unit
Protected Sub InitializeReferences ()
Atributos

Excepciones

Ya se han inicializado las referencias.

Se aplica a