PredefinedFunctions.Unchecked(Int32, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static IDisposable ^ Unchecked(int uncheckValue, System::String ^ className, System::String ^ methodName);
public static IDisposable Unchecked (int uncheckValue, string className, string methodName);
static member Unchecked : int * string * string -> IDisposable
Public Shared Function Unchecked (uncheckValue As Integer, className As String, methodName As String) As IDisposable
Parameters
- uncheckValue
- Int32
- className
- String
- methodName
- String