Share via


Instructions Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the instruction buffer.

Namespace:  System.Text.RegularExpressions
Assembly:  System.Text.RegularExpressions (in System.Text.RegularExpressions.dll)

Syntax

'Declaration
Public ReadOnly Property Instructions As Char()
public char[] Instructions { get; }
public:
property array<wchar_t>^ Instructions {
    array<wchar_t>^ get ();
}
member Instructions : char[] with get
function get Instructions () : char[]

Property Value

Type: array<System. . :: . .Char> [] () [] []
The buffer instruction.

.NET Framework Security

See Also

Reference

RegexCompiler Class

System.Text.RegularExpressions Namespace