From the NUnit documentation the IsInstanceOf method is a generic method so you would use this:
Assert.IsInstanceOf<ClassName>(variableName);
From the NUnit documentation the IsInstanceOf method is a generic method so you would use this:
Assert.IsInstanceOf<ClassName>(variableName);