System.CodeDom.Compiler.CompilerCollection.GetElementKey C# (CSharp) Méthode

GetElementKey() protected méthode

protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
Résultat object
		protected override object GetElementKey (ConfigurationElement element)
		{
			return ((Compiler)element).Language;
		}