CreateAnyProductionTreeImpl() private méthode

private CreateAnyProductionTreeImpl ( NodeType type, Query query ) : IntPtr
type NodeType
query Query
Résultat System.IntPtr
Exemple #1
0
 private static IntPtr Create(Context context, Query query)
 {
     return(context.CreateAnyProductionTreeImpl(NodeType.Device, query));
 }
Exemple #2
0
 private static IntPtr Create(Context context, Query query)
 {
     return context.CreateAnyProductionTreeImpl(NodeType.Device, query);
 }