Open sandboxFocus

Property TypeNames

TypeNames

Gets the full names of the types that match the rule. Any type string can contain one of the following patterns: * (matches any identifier character, but not the dot), .. (matches any sub-namespace in the middle of a full type name), . (matches any sub-namespace at the beginning of the full type name) or .** (matches any sub-namespace and any type name at the end of a namespace).

Declaration
public string[] TypeNames { get; init; }
Property Value
Type Description
string[]