Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / xsp / System / Web / Configuration / CompilerCollection.cs / 1 / CompilerCollection.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Configuration { using System; using System.Xml; using System.Configuration; using System.Collections.Specialized; using System.Collections; using System.Globalization; using System.IO; using System.Text; using System.Web.Compilation; using System.Reflection; using System.Web.Hosting; using System.Web.UI; using System.CodeDom.Compiler; using System.Web.Util; using System.ComponentModel; using System.Security.Permissions; [ConfigurationCollection(typeof(Compiler), AddItemName = "compiler", CollectionType = ConfigurationElementCollectionType.BasicMap)] [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] public sealed class CompilerCollection : ConfigurationElementCollection { private static ConfigurationPropertyCollection _properties; static CompilerCollection() { // Property initialization _properties = new ConfigurationPropertyCollection(); } protected override ConfigurationPropertyCollection Properties { get { return _properties; } } public CompilerCollection() : base(StringComparer.OrdinalIgnoreCase) { } // public properties public string[] AllKeys { get { return StringUtil.ObjectArrayToStringArray(BaseGetAllKeys()); } } public new Compiler this[string language] { get { return (Compiler)BaseGet(language); } } public Compiler this[int index] { get { return (Compiler)BaseGet(index); } // set // { // throw new ConfigurationErrorsException(SR.GetString(SR.Config_read_only_section_cannot_be_set, "CompilerCollection")); // if (BaseGet(index) != null) // BaseRemoveAt(index); // BaseAdd(index,value); // } } // Protected Overrides protected override ConfigurationElement CreateNewElement() { return new Compiler(); } protected override Object GetElementKey(ConfigurationElement element) { return ((Compiler)element).Language; } protected override string ElementName { get { return "compiler"; } } public override ConfigurationElementCollectionType CollectionType { get { return ConfigurationElementCollectionType.BasicMap; } } // public methods // public void Add(Compiler compiler) { // BaseAdd(compiler); // } // public void Clear() { // BaseClear(); // } public Compiler Get(int index) { return (Compiler)BaseGet(index); } public Compiler Get(string language) { return (Compiler)BaseGet(language); } public String GetKey(int index) { return (String) BaseGetKey(index); } // public void Remove(string language) { // BaseRemove(language); // } // public void RemoveAt(int index) { // BaseRemoveAt(index); // } // public void Set(Compiler compiler) { // BaseAdd(compiler,false); // } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Configuration { using System; using System.Xml; using System.Configuration; using System.Collections.Specialized; using System.Collections; using System.Globalization; using System.IO; using System.Text; using System.Web.Compilation; using System.Reflection; using System.Web.Hosting; using System.Web.UI; using System.CodeDom.Compiler; using System.Web.Util; using System.ComponentModel; using System.Security.Permissions; [ConfigurationCollection(typeof(Compiler), AddItemName = "compiler", CollectionType = ConfigurationElementCollectionType.BasicMap)] [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] public sealed class CompilerCollection : ConfigurationElementCollection { private static ConfigurationPropertyCollection _properties; static CompilerCollection() { // Property initialization _properties = new ConfigurationPropertyCollection(); } protected override ConfigurationPropertyCollection Properties { get { return _properties; } } public CompilerCollection() : base(StringComparer.OrdinalIgnoreCase) { } // public properties public string[] AllKeys { get { return StringUtil.ObjectArrayToStringArray(BaseGetAllKeys()); } } public new Compiler this[string language] { get { return (Compiler)BaseGet(language); } } public Compiler this[int index] { get { return (Compiler)BaseGet(index); } // set // { // throw new ConfigurationErrorsException(SR.GetString(SR.Config_read_only_section_cannot_be_set, "CompilerCollection")); // if (BaseGet(index) != null) // BaseRemoveAt(index); // BaseAdd(index,value); // } } // Protected Overrides protected override ConfigurationElement CreateNewElement() { return new Compiler(); } protected override Object GetElementKey(ConfigurationElement element) { return ((Compiler)element).Language; } protected override string ElementName { get { return "compiler"; } } public override ConfigurationElementCollectionType CollectionType { get { return ConfigurationElementCollectionType.BasicMap; } } // public methods // public void Add(Compiler compiler) { // BaseAdd(compiler); // } // public void Clear() { // BaseClear(); // } public Compiler Get(int index) { return (Compiler)BaseGet(index); } public Compiler Get(string language) { return (Compiler)BaseGet(language); } public String GetKey(int index) { return (String) BaseGetKey(index); } // public void Remove(string language) { // BaseRemove(language); // } // public void RemoveAt(int index) { // BaseRemoveAt(index); // } // public void Set(Compiler compiler) { // BaseAdd(compiler,false); // } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DataGridViewAutoSizeColumnsModeEventArgs.cs
- MenuRendererStandards.cs
- BaseParser.cs
- UnregisterInfo.cs
- HttpClientProtocol.cs
- IPGlobalProperties.cs
- _SpnDictionary.cs
- DiffuseMaterial.cs
- XmlDocument.cs
- ContentElement.cs
- SelectorItemAutomationPeer.cs
- NativeMethods.cs
- NotificationContext.cs
- EnumerableRowCollectionExtensions.cs
- XmlElementCollection.cs
- MasterPageParser.cs
- Accessible.cs
- FrameworkElementFactoryMarkupObject.cs
- AssemblyInfo.cs
- StyleHelper.cs
- ExeContext.cs
- TimeSpanValidator.cs
- Form.cs
- BeginStoryboard.cs
- Bitmap.cs
- WebPartUtil.cs
- AvTraceFormat.cs
- SecurityContextTokenValidationException.cs
- Path.cs
- CodeVariableReferenceExpression.cs
- ThemeDictionaryExtension.cs
- Sql8ExpressionRewriter.cs
- __Filters.cs
- ConditionedDesigner.cs
- SqlRemoveConstantOrderBy.cs
- XmlAnyAttributeAttribute.cs
- Buffer.cs
- ConfigurationManager.cs
- FederatedMessageSecurityOverHttpElement.cs
- TextTreeNode.cs
- VoiceInfo.cs
- _NativeSSPI.cs
- MouseActionValueSerializer.cs
- ContainerAction.cs
- METAHEADER.cs
- TypeViewSchema.cs
- UpDownEvent.cs
- DurableOperationAttribute.cs
- ToolBarOverflowPanel.cs
- _TimerThread.cs
- DataControlCommands.cs
- OpenFileDialog.cs
- ProcessModuleCollection.cs
- StringPropertyBuilder.cs
- DirectionalLight.cs
- TransformedBitmap.cs
- StreamGeometryContext.cs
- XmlSchemaAttributeGroup.cs
- ObjectDataSourceView.cs
- BamlRecordReader.cs
- LocalizableAttribute.cs
- Nullable.cs
- ContextMenu.cs
- ProcessHostServerConfig.cs
- ValidatedControlConverter.cs
- ExpressionHelper.cs
- DisplayInformation.cs
- CodePageEncoding.cs
- ArrayEditor.cs
- FunctionQuery.cs
- WebBrowserContainer.cs
- WinFormsComponentEditor.cs
- TransformConverter.cs
- PropertyGridCommands.cs
- TimelineGroup.cs
- PathNode.cs
- ParagraphVisual.cs
- EUCJPEncoding.cs
- TableLayoutCellPaintEventArgs.cs
- XmlDataSource.cs
- DispatcherFrame.cs
- ConfigurationSectionCollection.cs
- TableRowCollection.cs
- ReturnValue.cs
- DesignerSerializerAttribute.cs
- IndependentlyAnimatedPropertyMetadata.cs
- StructuralCache.cs
- DiscriminatorMap.cs
- ClickablePoint.cs
- BidOverLoads.cs
- OutputScopeManager.cs
- ListSortDescription.cs
- PlaceHolder.cs
- FontResourceCache.cs
- X509Chain.cs
- DocumentSequence.cs
- CacheVirtualItemsEvent.cs
- JavaScriptObjectDeserializer.cs
- OrderByQueryOptionExpression.cs
- Exceptions.cs