Mega Code Archive

 
Categories / Visual C++ .NET / Development
 

See also tag

public ref class AClass     {     public:         /// <summary>         /// The basic see tag <see cref="File" />         /// The enhanced see tag <see cref="FileInfo">System::IO:FileInfo</see>         /// </summary>         void seeTag() {}     }