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