public class InheritDocBase
Summary.
Remarks section.
public void Delegate1(int x, int y)
A sample delegate.
x
: First parameter.y
: Second parameter.
Nothing.
public void Delegate2(int x, int y)
A sample delegate.
x
: First parameter.y
: Second parameter.
Nothing.
public void Delegate3(int x, int y)
public virtual event Action Event1
An event.
public int Field1
A field.
public int Field2
A field.
public virtual int Property1 { get; set; }
A property.
Property remarks.
public virtual int Property2 { get; set; }
A property.
Property remarks.
public int Property3 { get; set; }
A property.
Property remarks.
public virtual int this[int i] { get; }
An indexer.
i
: A parameter to the indexer.
public virtual int Sum(int x, int y)
Calculates the sum.
x
: The first parameter.y
: The second parameter.
Returns the sum of two values.
public byte Sum<T>(byte x, byte y)
Calculates the byte sum.
T
: The type parameter.
x
: The first byte parameter.y
: The second byte parameter.
Returns the sum of two values.
public short Sum(short x, short y)
Calculates the byte sum.
x
: The first byte parameter.y
: The second byte parameter.
Returns the sum of two values.
public short Sum2(short x, short y)
Calculates the byte sum.
x
: The first byte parameter.y
: The second byte parameter.
Returns the sum of two values.
public short Sum3(short x, short y)
Calculates the byte sum.
x
: The first byte parameter.y
: The second byte parameter.
Returns the sum of two values.
public short Sum4(short x, short y)
Calculates the byte sum.
x
: The first byte parameter.y
: The second byte parameter.
Returns the sum of two values.