CreateAnyProductionTreeImpl() приватный Метод

private CreateAnyProductionTreeImpl ( NodeType type, OpenNI.Query query ) : IntPtr
type NodeType
query OpenNI.Query
Результат System.IntPtr
Пример #1
0
 private static IntPtr Create(Context context, Query query)
 {
     return(context.CreateAnyProductionTreeImpl(NodeType.Device, query));
 }
Пример #2
0
 private static IntPtr Create(Context context, Query query)
 {
     return context.CreateAnyProductionTreeImpl(NodeType.Device, query);
 }