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