Movatterモバイル変換


[0]ホーム

URL:


Wayback Machine
33 captures
05 Dec 2008 - 03 Aug 2022
JanSEPDec
Previous capture27Next capture
201020112012
success
fail
COLLECTED BY
Organization:Alexa Crawls
Starting in 1996,Alexa Internet has been donating their crawl data to the Internet Archive. Flowing in every day, these data are added to theWayback Machine after an embargo period.
Collection:Alexa Crawls
Starting in 1996,Alexa Internet has been donating their crawl data to the Internet Archive. Flowing in every day, these data are added to theWayback Machine after an embargo period.
TIMESTAMPS
loading
The Wayback Machine - https://web.archive.org/web/20110927012806/http://msdn.microsoft.com:80/en-us/library/ms173192.aspx
Separator
Community Content
Avatar
  • Add code samples and tips to enhance this topic.
Separator
Advertisement
ExpandMinimize
MSDN

<typeparamref> (C# Programming Guide)

Visual Studio 2010

<typeparamref name="name"/>
name

The name of the type parameter. Enclose the name in double quotation marks (" ").

For more information on type parameters in generic types and methods, seeGenerics.

Use this tag to enable consumers of the documentation file to format the word in some distinct way, for example in italics.

Compile with/doc to process documentation comments to a file.

// compile with: /doc:DocFileName.xml/// comment for classpublicclass TestClass{///<summary>/// Creates a new array of arbitrary type <typeparamref name="T"/>///</summary>///<typeparam name="T">The element type of the array</typeparam>publicstatic T[] mkArray<T>(int n)    {returnnew T[n];    }}
Community ContentAdd
Advertisement
© 2011 Microsoft. All rights reserved.
Terms of Use |Trademarks |Privacy Statement|Feedback FeedbackFeedback
Feedback
Tell us about your experience...
Did the page load quickly?
Yes No
Do you like the page design?
Yes No
How useful is this topic?
Tell us more

[8]ページ先頭

©2009-2025 Movatter.jp