Microsoft.CSharp.RuntimeBinder.Syntax.Name sealed class Name Documentation Code namespace Microsoft.CSharp.RuntimeBinder.Syntax { internal sealed class Name { public string Text { get; } public Name(string text); } }