Пример #1
0
 /// <summary>
 /// Gets the type of a value in this graph.
 /// </summary>
 /// <param name="tag">The value's tag.</param>
 /// <returns>The value's type.</returns>
 public IType GetValueType(ValueTag tag)
 {
     return(ImmutableGraph.GetValueType(tag));
 }