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