C# Syntax
public static T Describe<T>( IDescription description ) where T: class, ITopLevelObject
Parameters
- description
- The description of the top level Window or Dialog test object.
Type Parameters
- T
- The type of test object. Only an IWindow or an IDialog can be the top-level test object.