[This is preliminary documentation and is subject to change.]
Author:
Đonny
This class tests if static properties of given type or types in given assembly/module/namespace returns value without throwing an exception.
Namespace: Tools.TestsTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public class StaticPropertiesTest |
| Visual Basic |
|---|
Public Class StaticPropertiesTest |
| Visual C++ |
|---|
public ref class StaticPropertiesTest |
| F# |
|---|
type StaticPropertiesTest = class end |
| JScript |
|---|
public class StaticPropertiesTest |
Inheritance Hierarchy
See Also
Version History
1.5.2
-
(Nightly)
Class introduced