提交 1e186ed7 编写于 作者: V VSadov

Missed one change

上级 84f97441
......@@ -71,7 +71,11 @@ public interface IFieldSymbol : ISymbol
/// If this field represents a tuple element, returns a corresponding default element field.
/// Otherwise returns null
/// </summary>
/// <remarks>
/// A tuple type will always have default elements such as Item1, Item2, Item3...
/// This API allowes to match a field that represents a named element, such as "Alice"
/// to the corrsponding default element field such as "Item1"
/// </remarks>
IFieldSymbol CorrespondingTupleField { get; }
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册