Click to expand
Sandcastle XML Comments Guide

GenericClass T1, T2  GenericMethod T3, T4  Method

This is a generic method that takes two other generic types

Namespace: XMLCommentsExamples
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Syntax
public T4 GenericMethod<T3, T4>(
	T3 argument
)

Parameters

argument
Type: T3
This is an argument of the type specified by the generic type argument T3.

Type Parameters

T3
This is a generic type argument for the method argument.
T4
This is a generic type argument for the return value.

Return Value

Type: T4
The default value of the type specified by the generic type argument T4.
See Also

Reference

Other Resources