Exemplo n.º 1
0
 public SingleThreadedApartmentThread(Action execute, bool sta)
 {
     throw Enlightenment.Exception();
 }
Exemplo n.º 2
0
 // ReSharper disable once UnusedParameter.Global
 public static Exception PrepareForRethrow(Exception exception)
 {
     throw Enlightenment.Exception();
 }
Exemplo n.º 3
0
 public Task JoinAsync()
 {
     throw Enlightenment.Exception();
 }
Exemplo n.º 4
0
 public BlockingQueue()
 {
     throw Enlightenment.Exception();
 }
Exemplo n.º 5
0
 public static IDisposable RegisterWaitForSingleObject(WaitHandle handle, Action <object, bool> callback, object state, TimeSpan timeout)
 {
     throw Enlightenment.Exception();
 }
Exemplo n.º 6
0
 public void CompleteAdding()
 {
     throw Enlightenment.Exception();
 }
Exemplo n.º 7
0
 public void Dispose()
 {
     throw Enlightenment.Exception();
 }
Exemplo n.º 8
0
 public IEnumerable <T> EnumerateForDebugger()
 {
     throw Enlightenment.Exception();
 }
Exemplo n.º 9
0
 public IEnumerable <T> GetConsumingEnumerable()
 {
     throw Enlightenment.Exception();
 }
Exemplo n.º 10
0
 public bool TryAdd(T item)
 {
     throw Enlightenment.Exception();
 }
 public static void SetCurrentSynchronizationContext(SynchronizationContext context)
 {
     throw Enlightenment.Exception();
 }
Exemplo n.º 12
0
 public static TaskCreationOptions AddDenyChildAttach(TaskCreationOptions options)
 {
     throw Enlightenment.Exception();
 }