You searched for the word(s):
< 1 second(s)
-
OK, the sample project is on it's way.
-
Within the same project, or projects within the same solution:
public abstract class BaseClass
{
/// <summary>
/// Returns a flag indicating whether this action
/// must be invoked on an STA thread.
/// </summary>
/// <value>
/// <see langword="true"/> if this action must be ...
-
I have a base class with a virtual property which has the following documentation:
/// <summary>
/// Returns a flag indicating whether this action
/// must be invoked on an STA thread.
/// </summary>
/// <value>
/// <see langword="true"/> if this action must be invoked on an STA thread;
/// otherwise, ...