Exemplo n.º 1
0
 public void GetTimeRange(out double begin, out double end)
 {
     m_context.GetTimeRange(out begin, out end);
 }
Exemplo n.º 2
0
 public void GetTimeRange(ref double begin, ref double end)
 {
     m_context.GetTimeRange(ref begin, ref end);
 }