Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
C# (CSharp) System Language.Description Examples
Programming Language:
C# (CSharp)
Namespace/Package Name:
System
Class/Type:
Language
Method/Function:
Description
Examples at hotexamples.com:
1
C# (CSharp) System Language.Description - 1 examples found
. These are the top rated real world C# (CSharp) examples of
System.Language.Description
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
ToString(30)
TypeToString(17)
WriteCommentLine(13)
ToSyntaxGeneratorLanguageName(6)
FormatPropertyName(5)
DecompileAssembly(4)
WriteComment(4)
ToCode(3)
GetLanguageCode(3)
ToCulture(2)
setFont(2)
getFont(2)
getString(2)
GetObjectData(2)
ToValue(1)
Translate(1)
ThrowIfNull(1)
SetLanguageCookie(1)
Save(1)
Match(1)
Load(1)
IsValid(1)
Add(1)
GetNumberSystem(1)
DecompileType(1)
All(1)
DecompileEvent(1)
DecompileField(1)
DecompileMethod(1)
DecompileModule(1)
DecompileNamespace(1)
DecompileProperty(1)
DefaultIfEmpty(1)
AddWord(1)
Description(1)
ElementName(1)
FormatMethodName(1)
FormatTypeName(1)
GetCode(1)
GetCultureInfo(1)
GetDescription(1)
GetHashCode(1)
GetJson(1)
Frequently Used Methods
ToString (30)
TypeToString (17)
WriteCommentLine (13)
ToSyntaxGeneratorLanguageName (6)
FormatPropertyName (5)
DecompileAssembly (4)
WriteComment (4)
ToCode (3)
GetLanguageCode (3)
ToCulture (2)
Frequently Used Methods
setFont (2)
getFont (2)
getString (2)
GetObjectData (2)
ToValue (1)
Translate (1)
ThrowIfNull (1)
SetLanguageCookie (1)
Save (1)
Match (1)
Load (1)
IsValid (1)
Add (1)
GetNumberSystem (1)
DecompileType (1)
All (1)
DecompileEvent (1)
DecompileField (1)
DecompileMethod (1)
DecompileModule (1)
Frequently Used Methods
Load (1)
IsValid (1)
Add (1)
GetNumberSystem (1)
DecompileType (1)
All (1)
DecompileEvent (1)
DecompileField (1)
DecompileMethod (1)
DecompileModule (1)
DecompileNamespace (1)
DecompileProperty (1)
DefaultIfEmpty (1)
AddWord (1)
Description (1)
ElementName (1)
FormatMethodName (1)
FormatTypeName (1)
GetCode (1)
GetCultureInfo (1)
GetDescription (1)
GetHashCode (1)
GetJson (1)
Frequently Used Methods
DecompileNamespace (1)
DecompileProperty (1)
DefaultIfEmpty (1)
AddWord (1)
Description (1)
ElementName (1)
FormatMethodName (1)
FormatTypeName (1)
GetCode (1)
GetCultureInfo (1)
GetDescription (1)
GetHashCode (1)
GetJson (1)
Example #1
0
Show file
File:
EnumBase.cs
Project:
mrdeadsake/dndReboot
public EnumBase(Language language) { Value = language; Description = language.Description(); }
x