8 using System.Threading;
9 using System.Runtime.Serialization;
112 public event SomeEvent (
object Sender, EventArgs args) ;
114 private int someInteger ;
144 public double SampleFunction (
double pFirst) ;
169 static string SampleFunction () ;
210 private bool disposedValue = False ;
218 protected virtual void Dispose (
bool disposing) ;
void MethodWithArrayParams(int[] pArr, int pArg)
method with an array as param
OnSomeEvent(object Sender)
simple event with a parameter
SomeEvent(object Sender, EventArgs args)
some event
long[] longArray
long array
static bool operator+(SampleClass Obj1, SampleClass Obj2)
simple operator
simple class implementing an interface
nested class declared inside SampleClass
NestedClass nestedClassObject
NestedClass instance.
double SampleFunction(double pFirst)
simple function with a parameter
SampleEnum
simple enumeration
void SampleMethod()
simple method
string StringProperty
simple property
void Dispose()
IDisposable implementation
void SampleMethodWithParams(string pFirst, ref int pPointer)
method with parameters
string someString
simple public string value
int IntegerProperty
readonly property
void SampleMethod()
simple method
double[] SampleFunction2(double[] pFirst)
function with arrays
void SampleMethodWithParams(string pFirst, ref int pPointer)
simple method with parameters
OnSomeEvent(object Sender)
some event
string StringProperty
simple property
string someString
simple public string value
void nestedClassObject_OnSomeEvent(object Sender, EventArgs args)
method handles event from nested class
int IntegerProperty
read only property