Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / CompMod / System / CodeDOM / CodeConstructor.cs / 1 / CodeConstructor.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ////// [ ClassInterface(ClassInterfaceType.AutoDispatch), ComVisible(true), Serializable, ] public class CodeConstructor : CodeMemberMethod { private CodeExpressionCollection baseConstructorArgs = new CodeExpressionCollection(); private CodeExpressionCollection chainedConstructorArgs = new CodeExpressionCollection(); ////// Represents a class constructor. /// ////// public CodeConstructor() { Name = ".ctor"; } ////// Initializes a new instance of ///. /// /// public CodeExpressionCollection BaseConstructorArgs { get { return baseConstructorArgs; } } ////// Gets or sets the base constructor arguments. /// ////// public CodeExpressionCollection ChainedConstructorArgs { get { return chainedConstructorArgs; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Gets or sets the chained constructor arguments. /// ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ////// [ ClassInterface(ClassInterfaceType.AutoDispatch), ComVisible(true), Serializable, ] public class CodeConstructor : CodeMemberMethod { private CodeExpressionCollection baseConstructorArgs = new CodeExpressionCollection(); private CodeExpressionCollection chainedConstructorArgs = new CodeExpressionCollection(); ////// Represents a class constructor. /// ////// public CodeConstructor() { Name = ".ctor"; } ////// Initializes a new instance of ///. /// /// public CodeExpressionCollection BaseConstructorArgs { get { return baseConstructorArgs; } } ////// Gets or sets the base constructor arguments. /// ////// public CodeExpressionCollection ChainedConstructorArgs { get { return chainedConstructorArgs; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Gets or sets the chained constructor arguments. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RootBuilder.cs
- ObjectManager.cs
- DataGridViewColumnDesigner.cs
- ComboBox.cs
- ReferencedAssemblyResolver.cs
- QueryOutputWriter.cs
- LineSegment.cs
- InheritanceContextChangedEventManager.cs
- DoubleIndependentAnimationStorage.cs
- COM2ExtendedTypeConverter.cs
- XmlNavigatorStack.cs
- CategoryNameCollection.cs
- Parser.cs
- AuthenticateEventArgs.cs
- PrintDialog.cs
- SoapSchemaImporter.cs
- DocumentSequence.cs
- CommandField.cs
- SequenceNumber.cs
- DPTypeDescriptorContext.cs
- SecurityIdentifierElementCollection.cs
- MetabaseServerConfig.cs
- BinaryParser.cs
- PersonalizationStateInfo.cs
- RegisteredExpandoAttribute.cs
- SessionState.cs
- ACL.cs
- Panel.cs
- MultiTrigger.cs
- CapabilitiesSection.cs
- _ConnectStream.cs
- wpf-etw.cs
- ContentPresenter.cs
- DataTransferEventArgs.cs
- ListSortDescriptionCollection.cs
- DataGridViewRowsRemovedEventArgs.cs
- NumberFormatInfo.cs
- QilInvoke.cs
- MergablePropertyAttribute.cs
- PeerTransportBindingElement.cs
- TransactionFilter.cs
- SoapEnumAttribute.cs
- SqlErrorCollection.cs
- SerializableAttribute.cs
- ObjectManager.cs
- NamedPipeProcessProtocolHandler.cs
- BaseHashHelper.cs
- ItemsControl.cs
- DataList.cs
- MetadataItemEmitter.cs
- ForceCopyBuildProvider.cs
- ScrollEventArgs.cs
- StylusButtonCollection.cs
- InternalPermissions.cs
- DoubleCollection.cs
- CaseStatement.cs
- InputScopeAttribute.cs
- Roles.cs
- MdiWindowListStrip.cs
- PartialArray.cs
- ErrorHandlerModule.cs
- UnsafeNativeMethods.cs
- DataBoundLiteralControl.cs
- HttpRequest.cs
- Span.cs
- HitTestResult.cs
- FunctionUpdateCommand.cs
- CallbackDebugBehavior.cs
- NotFiniteNumberException.cs
- HashSet.cs
- TextEditorCharacters.cs
- HebrewCalendar.cs
- ContentPresenter.cs
- SecurityUtils.cs
- ResourceSet.cs
- ASCIIEncoding.cs
- DataErrorValidationRule.cs
- PenThreadPool.cs
- CurrentChangedEventManager.cs
- LinkLabelLinkClickedEvent.cs
- PrimitiveSchema.cs
- WeakReferenceKey.cs
- AssemblyFilter.cs
- Perspective.cs
- FocusChangedEventArgs.cs
- WebPartTransformerCollection.cs
- ServiceSecurityContext.cs
- Timeline.cs
- XNodeValidator.cs
- SByteStorage.cs
- ExternalDataExchangeService.cs
- QilName.cs
- InheritanceService.cs
- RadialGradientBrush.cs
- ToolStripRendererSwitcher.cs
- XmlAtomicValue.cs
- HtmlTable.cs
- ReadOnlyState.cs
- UpdateTracker.cs
- TemplatedWizardStep.cs