Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / CompMod / System / CodeDOM / Compiler / CodeGeneratorOptions.cs / 1 / CodeGeneratorOptions.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.CodeDom.Compiler { using System; using System.CodeDom; using System.Collections; using System.Collections.Specialized; using System.Security.Permissions; ////// [PermissionSet(SecurityAction.LinkDemand, Name="FullTrust")] [PermissionSet(SecurityAction.InheritanceDemand, Name="FullTrust")] public class CodeGeneratorOptions { private IDictionary options = new ListDictionary(); ////// Represents options used in code generation /// ////// public CodeGeneratorOptions() { } ///[To be supplied.] ////// public object this[string index] { get { return options[index]; } set { options[index] = value; } } ///[To be supplied.] ////// public string IndentString { get { object o = options["IndentString"]; return ((o == null) ? " " : (string)o); } set { options["IndentString"] = value; } } ///[To be supplied.] ////// public string BracingStyle { get { object o = options["BracingStyle"]; return ((o == null) ? "Block" : (string)o); } set { options["BracingStyle"] = value; } } ///[To be supplied.] ////// public bool ElseOnClosing { get { object o = options["ElseOnClosing"]; return ((o == null) ? false : (bool)o); } set { options["ElseOnClosing"] = value; } } ///[To be supplied.] ////// public bool BlankLinesBetweenMembers { get { object o = options["BlankLinesBetweenMembers"]; return ((o == null) ? true : (bool)o); } set { options["BlankLinesBetweenMembers"] = value; } } [System.Runtime.InteropServices.ComVisible(false)] public bool VerbatimOrder { get { object o = options["VerbatimOrder"]; return ((o == null) ? false : (bool)o); } set { options["VerbatimOrder"] = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.CodeDom.Compiler { using System; using System.CodeDom; using System.Collections; using System.Collections.Specialized; using System.Security.Permissions; ////// [PermissionSet(SecurityAction.LinkDemand, Name="FullTrust")] [PermissionSet(SecurityAction.InheritanceDemand, Name="FullTrust")] public class CodeGeneratorOptions { private IDictionary options = new ListDictionary(); ////// Represents options used in code generation /// ////// public CodeGeneratorOptions() { } ///[To be supplied.] ////// public object this[string index] { get { return options[index]; } set { options[index] = value; } } ///[To be supplied.] ////// public string IndentString { get { object o = options["IndentString"]; return ((o == null) ? " " : (string)o); } set { options["IndentString"] = value; } } ///[To be supplied.] ////// public string BracingStyle { get { object o = options["BracingStyle"]; return ((o == null) ? "Block" : (string)o); } set { options["BracingStyle"] = value; } } ///[To be supplied.] ////// public bool ElseOnClosing { get { object o = options["ElseOnClosing"]; return ((o == null) ? false : (bool)o); } set { options["ElseOnClosing"] = value; } } ///[To be supplied.] ////// public bool BlankLinesBetweenMembers { get { object o = options["BlankLinesBetweenMembers"]; return ((o == null) ? true : (bool)o); } set { options["BlankLinesBetweenMembers"] = value; } } [System.Runtime.InteropServices.ComVisible(false)] public bool VerbatimOrder { get { object o = options["VerbatimOrder"]; return ((o == null) ? false : (bool)o); } set { options["VerbatimOrder"] = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ContextMarshalException.cs
- SqlProcedureAttribute.cs
- QilFunction.cs
- SHA256Managed.cs
- SessionStateSection.cs
- SqlClientMetaDataCollectionNames.cs
- ContractSearchPattern.cs
- PersonalizableTypeEntry.cs
- ObjectHandle.cs
- xmlsaver.cs
- TypeUtil.cs
- SecurityPolicySection.cs
- WindowsGraphicsCacheManager.cs
- RetrieveVirtualItemEventArgs.cs
- WebZone.cs
- CommentEmitter.cs
- ExceptionUtil.cs
- OleDbInfoMessageEvent.cs
- BinaryUtilClasses.cs
- ObjectItemNoOpAssemblyLoader.cs
- TransformGroup.cs
- PortCache.cs
- DataGridViewCellStyleConverter.cs
- GlobalItem.cs
- TreeIterator.cs
- SetterBase.cs
- BitmapEffectInput.cs
- InstancePersistence.cs
- DbDataSourceEnumerator.cs
- GeneralTransform3DGroup.cs
- ColorMap.cs
- ManipulationCompletedEventArgs.cs
- SpeechSeg.cs
- TextEditorContextMenu.cs
- RemoteWebConfigurationHost.cs
- Emitter.cs
- TableParaClient.cs
- DoWorkEventArgs.cs
- _ConnectOverlappedAsyncResult.cs
- ServiceHttpModule.cs
- RestHandlerFactory.cs
- LassoSelectionBehavior.cs
- PeerName.cs
- TcpClientSocketManager.cs
- IteratorFilter.cs
- TypographyProperties.cs
- ResourceProperty.cs
- SecurityBindingElementImporter.cs
- GlobalAllocSafeHandle.cs
- MetadataItemSerializer.cs
- EncoderReplacementFallback.cs
- DeviceContext.cs
- InfoCardRSACryptoProvider.cs
- ObjectPersistData.cs
- UncommonField.cs
- SchemaCollectionPreprocessor.cs
- MethodCallConverter.cs
- SafeTokenHandle.cs
- SynchronizationFilter.cs
- TextTreeInsertElementUndoUnit.cs
- ExecutorLocksHeldException.cs
- SafeLibraryHandle.cs
- XPathExpr.cs
- RecordsAffectedEventArgs.cs
- DynamicValidatorEventArgs.cs
- DesignerActionTextItem.cs
- Opcode.cs
- Condition.cs
- UnhandledExceptionEventArgs.cs
- MergeLocalizationDirectives.cs
- SessionState.cs
- OleDbTransaction.cs
- BindingWorker.cs
- CommentGlyph.cs
- DbDataSourceEnumerator.cs
- CounterCreationDataCollection.cs
- XmlIncludeAttribute.cs
- EntitySqlQueryCacheEntry.cs
- BaseContextMenu.cs
- GetWinFXPath.cs
- XslTransform.cs
- ExtenderControl.cs
- ModuleConfigurationInfo.cs
- TextFragmentEngine.cs
- TypeHelper.cs
- StrokeNode.cs
- ThreadExceptionDialog.cs
- InkCanvasSelectionAdorner.cs
- ReferenceList.cs
- NotifyCollectionChangedEventArgs.cs
- TemplatedMailWebEventProvider.cs
- AuthorizationSection.cs
- PersistenceProvider.cs
- PageSetupDialog.cs
- TdsParameterSetter.cs
- RijndaelManagedTransform.cs
- EntityConnection.cs
- BrushMappingModeValidation.cs
- AdRotator.cs
- HttpResponse.cs