Generic ClassT1, T2Method Method
This is a method with an argument.
Definition
Namespace: XMLCommentsExamples
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2025.4.26.0
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2025.4.26.0
C#
public void Method(
T1 argument
)VB
Public Sub Method (
argument As T1
)C++
public:
void Method(
T1 argument
)F#
member Method :
argument : 'T1 -> unit Parameters
- argument T1
- This is an argument of the type specified by the generic type argument T1.