NameDecorator.Undecorate(String) Method

Definition

Reverses decoration previously done to the name using the same label as this name decorator.

public string? Undecorate (string name);
member this.Undecorate : string -> string
Public Function Undecorate (name As String) As String

Parameters

name
String

The decorated name to undecorate.

Returns

String

The original name before decoration, if the decorated name uses the same label as this name decorator; otherwise, null.

Applies to