Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/csharp/programming-guide/xmldoc/permission.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ms.assetid: 769e93fe-8404-443f-bf99-577aa42b6a49

A reference to a member or field that is available to be called from the current compilation environment. The compiler checks that the given code element exists and translates `member` to the canonical element name in the output XML. *member* must appear within double quotation marks (" ").

For information on how to create a cref reference to a generic type, see [\<see>](./see.md).
For information on how to create a cref reference to a generic type, see [cref attribute](./cref-attribute.md).

- `description`

Expand Down