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
- RubberbandSelector.cs
- DispatchChannelSink.cs
- ArgumentValueSerializer.cs
- SqlDependency.cs
- CodeStatementCollection.cs
- DataGridViewHitTestInfo.cs
- PropertyRecord.cs
- CodeLabeledStatement.cs
- PropertyValueUIItem.cs
- SortedList.cs
- SiteMapNodeItemEventArgs.cs
- XmlSchemaSimpleContent.cs
- ZoomingMessageFilter.cs
- StructuredType.cs
- HttpServerUtilityBase.cs
- FixedLineResult.cs
- CachedFontFace.cs
- ScrollEvent.cs
- VersionConverter.cs
- GenericAuthenticationEventArgs.cs
- CategoryNameCollection.cs
- XmlSchemaSimpleTypeUnion.cs
- BulletedListEventArgs.cs
- WebPartEditorOkVerb.cs
- GregorianCalendarHelper.cs
- ExecutionContext.cs
- ScrollData.cs
- FixUpCollection.cs
- TemplateField.cs
- ComplexLine.cs
- Inline.cs
- ControlEvent.cs
- UnmanagedMemoryStreamWrapper.cs
- Message.cs
- InvalidCommandTreeException.cs
- TextEditorCharacters.cs
- SparseMemoryStream.cs
- PublisherMembershipCondition.cs
- ToolStripSeparator.cs
- BitArray.cs
- DocumentReferenceCollection.cs
- WebPart.cs
- Quaternion.cs
- SizeLimitedCache.cs
- SocketManager.cs
- EncryptedReference.cs
- InputLanguageEventArgs.cs
- ProxyManager.cs
- Transform3DCollection.cs
- WinFormsSpinner.cs
- HMACSHA512.cs
- XhtmlConformanceSection.cs
- UpnEndpointIdentity.cs
- DataDocumentXPathNavigator.cs
- ExtenderProvidedPropertyAttribute.cs
- Pens.cs
- StringFormat.cs
- PropertySegmentSerializationProvider.cs
- WsatConfiguration.cs
- XmlSchemaAny.cs
- ProjectionCamera.cs
- SizeChangedInfo.cs
- PropertyChangingEventArgs.cs
- MasterPage.cs
- RootProfilePropertySettingsCollection.cs
- PagedDataSource.cs
- DeviceSpecific.cs
- IdentityHolder.cs
- DataDocumentXPathNavigator.cs
- XmlDocument.cs
- CallId.cs
- DataGridViewRow.cs
- UshortList2.cs
- GenericTransactionFlowAttribute.cs
- LinkArea.cs
- ClientFormsAuthenticationMembershipProvider.cs
- NativeObjectSecurity.cs
- XmlTextReaderImplHelpers.cs
- HitTestParameters3D.cs
- MailHeaderInfo.cs
- InboundActivityHelper.cs
- NodeLabelEditEvent.cs
- GridSplitter.cs
- XmlComment.cs
- SchemaElementDecl.cs
- ResourceKey.cs
- UndirectedGraph.cs
- StreamGeometryContext.cs
- ZipIOBlockManager.cs
- AppDomainAttributes.cs
- ListControl.cs
- WorkerRequest.cs
- VerificationAttribute.cs
- CheckBox.cs
- CodeAccessSecurityEngine.cs
- ProvidePropertyAttribute.cs
- UrlUtility.cs
- SafeNativeMemoryHandle.cs
- PermissionSet.cs
- hwndwrapper.cs