CultureDetector.IsCultureSupported 方法

定义

重载

IsCultureSupported(CultureAttribute)
IsCultureSupported(String)
IsCultureSupported(String[])

IsCultureSupported(CultureAttribute)

public bool IsCultureSupported (NUnit.Framework.CultureAttribute cultureAttribute);
member this.IsCultureSupported : NUnit.Framework.CultureAttribute -> bool

参数

cultureAttribute
CultureAttribute

返回

适用于

IsCultureSupported(String)

public bool IsCultureSupported (string culture);
member this.IsCultureSupported : string -> bool

参数

culture
String

返回

适用于

IsCultureSupported(String[])

public bool IsCultureSupported (string[] cultures);
member this.IsCultureSupported : string[] -> bool

参数

cultures
String[]

返回

适用于