ICSharpCode.NRefactory.MonoCSharp.Nullable.NullableInfo.GetEnumUnderlyingType C# (CSharp) Method

GetEnumUnderlyingType() public static method

public static GetEnumUnderlyingType ( ModuleContainer module, TypeSpec nullableEnum ) : TypeSpec
module ModuleContainer
nullableEnum TypeSpec
return TypeSpec
		public static TypeSpec GetEnumUnderlyingType (ModuleContainer module, TypeSpec nullableEnum)
		{
			return MakeType (module, EnumSpec.GetUnderlyingType (GetUnderlyingType (nullableEnum)));
		}