Exemplo n.º 1
0
 public void CanRead()
 {
     parent.Add("System.IO.Stream.CanRead");
 }
Exemplo n.º 2
0
 public void CreateDataSource <T>(DataService <T> service)
 {
     // non-public, don't reflect
     Parent.Add(new APICallLogEntry(service.GetType().Name + ".CreateDataSource", new KeyValuePair <string, string> [0]));
 }