summaryM:DotNetNuke.Common.Arg.IsTypeOf``1(System.String,System.Object)
Namespace: DotNetNuke.CommonAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[ObsoleteAttribute("Deprecated in DNN 5.4.0. Replaced by Requires.IsTypeOf()")] public static void IsTypeOf<T>( string argName, Object argValue ) |
Visual Basic |
---|
<ObsoleteAttribute("Deprecated in DNN 5.4.0. Replaced by Requires.IsTypeOf()")> Public Shared Sub IsTypeOf(Of T) ( argName As String, argValue As Object ) |
Parameters
- argName
- Type: System..::..String
paramargNameM:DotNetNuke.Common.Arg.IsTypeOf``1(System.String,System.Object)
- argValue
- Type: System..::..Object
paramargValueM:DotNetNuke.Common.Arg.IsTypeOf``1(System.String,System.Object)
Type Parameters
- T
- typeparamTM:DotNetNuke.Common.Arg.IsTypeOf``1(System.String,System.Object)