I have the following content, and I don’t know how to quote it correctly in my XML comments:
public static class FooExtensions
{
public static NullableFooX (this Nullable foo) {... }
}
public class Bar
{
///
/// Bar Function
///
///
public void BarFunc() {... }
}
So, I guess it is
You don’t need to mark this part of the parameter, nor its name, so you should be able to use:
I have the following and I don’t know how to quote it correctly in my XML comments :
public static class FooExtensions
{
public static NullableFooX (this Nullable foo) { ... }
}
public class Bar
{
///
/// Bar Function
///
///
public void BarFunc() {... }
}
< p>So, I guess it is
Oh, I have an ECMA PDF document, but even so, I still can’t figure it out.
You don’t need to mark this parameter Part, there is no need to mark its name, so you should be able to use: