CreateAnyProductionTreeImpl() private method

private CreateAnyProductionTreeImpl ( NodeType type, Query query ) : IntPtr
type NodeType
query Query
return System.IntPtr
Ejemplo n.º 1
0
 private static IntPtr Create(Context context, Query query)
 {
     return(context.CreateAnyProductionTreeImpl(NodeType.Device, query));
 }
Ejemplo n.º 2
0
 private static IntPtr Create(Context context, Query query)
 {
     return context.CreateAnyProductionTreeImpl(NodeType.Device, query);
 }