Esempio n. 1
0
 public FileStreamProxy(SafeFileHandle handle, AnyType access)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public FileStreamProxy(SafeFileHandle handle, AnyType access, int bufferSize, bool isAsync)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 public FileStreamProxy(IntPtr handle, AnyType access, bool ownsHandle)
 {
     throw new NotImplementedException();
 }
Esempio n. 4
0
 public FileStreamProxy(IntPtr handle, AnyType access, bool ownsHandle, int bufferSize, bool isAsync)
 {
     throw new NotImplementedException();
 }
Esempio n. 5
0
 public void Contains(ref AnyType value, out bool result)
 {
     throw new InvalidOperationException();
 }
Esempio n. 6
0
File: Math.cs Progetto: nowonu/JSIL
 public static AnyType Pow(AnyType @base, AnyType exponent)
 {
     throw new InvalidOperationException();
 }
Esempio n. 7
0
 public abstract string[] Split(AnyType[] dividers, int maximumCount, StringSplitOptions options);
Esempio n. 8
0
 public bool Equals (AnyType rhs) {
     throw new InvalidOperationException();
 }
Esempio n. 9
0
 public static void Dot(ref VectorProxy a, ref VectorProxy b, out AnyType result)
 {
     throw new InvalidOperationException();
 }
Esempio n. 10
0
 public abstract string[] Split(AnyType[] dividers, StringSplitOptions options);
Esempio n. 11
0
File: Forms.cs Progetto: rozgo/JSIL
 public abstract AnyType this[AnyType key]
 {
     get;
 }
Esempio n. 12
0
 public void Intersects(ref AnyType value, out bool result)
 {
     throw new InvalidOperationException();
 }
Esempio n. 13
0
 public bool Intersects(AnyType value)
 {
     throw new InvalidOperationException();
 }
Esempio n. 14
0
 public AnyType Read (ContentReader input, AnyType existingInstance) {
     throw new NotImplementedException();
 }
Esempio n. 15
0
 public static AnyType CompareExchange(ref AnyType destination, AnyType value, AnyType comparand)
 {
     throw new InvalidOperationException();
 }
Esempio n. 16
0
 public abstract string[] Split(AnyType[] dividers);
Esempio n. 17
0
File: Math.cs Progetto: nowonu/JSIL
 public static AnyType Abs(AnyType value)
 {
     throw new InvalidOperationException();
 }
Esempio n. 18
0
 public int CompareTo (AnyType rhs) {
     throw new InvalidOperationException();
 }
Esempio n. 19
0
 public bool Contains(AnyType value)
 {
     throw new InvalidOperationException();
 }