Method ForType
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.common.dll
ForType(Type)
Computes a unique ID for a Type.
public static string ForType(Type type)
Parameters
typeTypeThe type to generate an ID for
Computes a unique ID for a Type.
public static string ForType(Type type)
type TypeThe type to generate an ID for