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
- DisplayNameAttribute.cs
- HtmlTableRowCollection.cs
- BuildResultCache.cs
- AuthenticationConfig.cs
- KnownTypeHelper.cs
- BitmapScalingModeValidation.cs
- ReflectionUtil.cs
- NetNamedPipeSecurityElement.cs
- FixedLineResult.cs
- SecureUICommand.cs
- CodeValidator.cs
- AuthenticationManager.cs
- SiteMapSection.cs
- KeyNameIdentifierClause.cs
- SettingsProviderCollection.cs
- SelectionGlyph.cs
- RenderData.cs
- ResourcePool.cs
- ShapingEngine.cs
- PointLightBase.cs
- XsltInput.cs
- SQLStringStorage.cs
- SQLStringStorage.cs
- SystemBrushes.cs
- StylusCaptureWithinProperty.cs
- TextFindEngine.cs
- GridViewPageEventArgs.cs
- SortQuery.cs
- CRYPTPROTECT_PROMPTSTRUCT.cs
- ObjectDataSourceMethodEventArgs.cs
- CreateUserWizard.cs
- CompiledAction.cs
- SmtpException.cs
- AutomationElement.cs
- BaseCollection.cs
- PropertyChangingEventArgs.cs
- MediaSystem.cs
- EntityModelBuildProvider.cs
- CoTaskMemHandle.cs
- EdmItemCollection.OcAssemblyCache.cs
- NameValuePermission.cs
- ProfileBuildProvider.cs
- XmlSerializer.cs
- SignedXml.cs
- Tuple.cs
- Documentation.cs
- EventSinkActivity.cs
- UriExt.cs
- TypeUnloadedException.cs
- DelegateSerializationHolder.cs
- SmiContextFactory.cs
- GeneralTransform.cs
- Graph.cs
- TraceListener.cs
- DbProviderFactoriesConfigurationHandler.cs
- EmbeddedMailObject.cs
- BoolExpression.cs
- DataGridViewAutoSizeColumnModeEventArgs.cs
- EntityParameterCollection.cs
- MetadataItem_Static.cs
- WindowsListViewGroupHelper.cs
- AutoSizeComboBox.cs
- Compiler.cs
- TargetFrameworkUtil.cs
- RenderDataDrawingContext.cs
- SystemInfo.cs
- WebPartCancelEventArgs.cs
- PointLight.cs
- WebPartsSection.cs
- DataGridViewCellStyleConverter.cs
- CollectionBase.cs
- AcceleratedTokenProvider.cs
- ExtendedTransformFactory.cs
- SendMailErrorEventArgs.cs
- ECDsa.cs
- Renderer.cs
- IChannel.cs
- ConfigXmlText.cs
- COM2PictureConverter.cs
- WebBrowserUriTypeConverter.cs
- EUCJPEncoding.cs
- MessageSecurityTokenVersion.cs
- TextEditorMouse.cs
- HtmlProps.cs
- StandardCommands.cs
- PropertyEmitter.cs
- DetailsViewPageEventArgs.cs
- SqlBooleanMismatchVisitor.cs
- Normalization.cs
- XPathNodePointer.cs
- ParserHooks.cs
- RuntimeDelegateArgument.cs
- PropertyPath.cs
- PeerReferralPolicy.cs
- _UriTypeConverter.cs
- DataGridViewCellMouseEventArgs.cs
- SamlAssertion.cs
- GenerateHelper.cs
- ProgressiveCrcCalculatingStream.cs
- BindUriHelper.cs