Exemplo n.º 1
0
 /// <summary>
 /// Creates a new <see cref="ReflectionGraphField"/>.
 /// </summary>
 public ReflectionGraphField()
 {
     SupportedTypes = new AllTypeMatch();
 }
Exemplo n.º 2
0
 /// <summary>
 /// Creates a new <see cref="ReflectionGraphProperty"/>.
 /// </summary>
 public ReflectionGraphProperty()
 {
     SupportedTypes = new AllTypeMatch();
 }