Skip to content

Latest commit

 

History

History
193 lines (138 loc) · 3.3 KB

Summary.Samples.InheritDocBase.md

File metadata and controls

193 lines (138 loc) · 3.3 KB
public class InheritDocBase

Summary.

Remarks section.

Delegates

public void Delegate1(int x, int y)

A sample delegate.

Parameters

  • x: First parameter.
  • y: Second parameter.

Returns

Nothing.

public void Delegate2(int x, int y)

A sample delegate.

Parameters

  • x: First parameter.
  • y: Second parameter.

Returns

Nothing.

public void Delegate3(int x, int y)

Events

public virtual event Action Event1

An event.

Fields

public int Field1

A field.

public int Field2

A field.

Properties

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.

Indexers

public virtual int this[int i] { get; }

An indexer.

Parameters

  • i: A parameter to the indexer.

Methods

public virtual int Sum(int x, int y)

Calculates the sum.

Parameters

  • x: The first parameter.
  • y: The second parameter.

Returns

Returns the sum of two values.

public byte Sum<T>(byte x, byte y)

Calculates the byte sum.

Type Parameters

  • T: The type parameter.

Parameters

  • x: The first byte parameter.
  • y: The second byte parameter.

Returns

Returns the sum of two values.

public short Sum(short x, short y)

Calculates the byte sum.

Parameters

  • x: The first byte parameter.
  • y: The second byte parameter.

Returns

Returns the sum of two values.

public short Sum2(short x, short y)

Calculates the byte sum.

Parameters

  • x: The first byte parameter.
  • y: The second byte parameter.

Returns

Returns the sum of two values.

public short Sum3(short x, short y)

Calculates the byte sum.

Parameters

  • x: The first byte parameter.
  • y: The second byte parameter.

Returns

Returns the sum of two values.

public short Sum4(short x, short y)

Calculates the byte sum.

Parameters

  • x: The first byte parameter.
  • y: The second byte parameter.

Returns

Returns the sum of two values.