StringSource Name Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Provides a handy way to name an otherwise-anonymous string source code, This property is like a "file name" only data is kept in a string

Namespace: NFX.CodeAnalysis.Source
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public string Name { get; }

Property Value

Type: OnlineString

Implements

ISourceText Name
See Also