DictEnum.value2CountryRegionCodes(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual cli::array <System::Object ^> ^ value2CountryRegionCodes(int _value);
public virtual object[] value2CountryRegionCodes (int _value);
abstract member value2CountryRegionCodes : int -> obj[]
override this.value2CountryRegionCodes : int -> obj[]
Public Overridable Function value2CountryRegionCodes (_value As Integer) As Object()
Parameters
- _value
- Int32
Returns
Object[]