System.CodeDom.Compiler.CompilerCollection.GetElementKey C# (CSharp) 메소드

GetElementKey() 보호된 메소드

protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
리턴 object
		protected override object GetElementKey (ConfigurationElement element)
		{
			return ((Compiler)element).Language;
		}