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
- Types.cs
- CodeSnippetTypeMember.cs
- SchemaTypeEmitter.cs
- SqlCharStream.cs
- TextElementEnumerator.cs
- ProgressBar.cs
- DockProviderWrapper.cs
- Int32RectValueSerializer.cs
- DataSourceHelper.cs
- GifBitmapEncoder.cs
- CustomAssemblyResolver.cs
- PageTheme.cs
- RenderingEventArgs.cs
- RepeatBehavior.cs
- CalendarKeyboardHelper.cs
- SafeIUnknown.cs
- TrackBarDesigner.cs
- XmlCollation.cs
- Trace.cs
- KoreanLunisolarCalendar.cs
- TagMapCollection.cs
- EpmCustomContentWriterNodeData.cs
- SchemaComplexType.cs
- JobCollate.cs
- InputBuffer.cs
- SchemaInfo.cs
- RsaKeyIdentifierClause.cs
- StylusCaptureWithinProperty.cs
- Decimal.cs
- ParameterToken.cs
- ConstraintCollection.cs
- CacheMode.cs
- SourceFileBuildProvider.cs
- ProgressBarAutomationPeer.cs
- MultiBinding.cs
- Literal.cs
- XmlSchemaComplexContentExtension.cs
- HttpListenerTimeoutManager.cs
- InfoCardRSAPKCS1SignatureFormatter.cs
- WindowsListViewGroup.cs
- TraceListener.cs
- LeaseManager.cs
- RepeaterItemCollection.cs
- Assert.cs
- Proxy.cs
- StateBag.cs
- EditorZoneBase.cs
- DataGridViewUtilities.cs
- FileDialog_Vista_Interop.cs
- ParserStreamGeometryContext.cs
- EncodingTable.cs
- ListView.cs
- ArrayElementGridEntry.cs
- RefType.cs
- RealProxy.cs
- NoResizeHandleGlyph.cs
- CatalogPartChrome.cs
- CompareInfo.cs
- ColorTransform.cs
- CollectionEditVerbManager.cs
- DataGridViewColumnCollection.cs
- XmlName.cs
- NextPreviousPagerField.cs
- BasicCellRelation.cs
- PolicyLevel.cs
- CompositeFontParser.cs
- HiddenFieldPageStatePersister.cs
- MouseGestureValueSerializer.cs
- TextTreeUndoUnit.cs
- SerializationException.cs
- RegexCharClass.cs
- NGCUIElementCollectionSerializerAsync.cs
- IndexerNameAttribute.cs
- rsa.cs
- StylusPointPropertyId.cs
- Overlapped.cs
- KeyFrames.cs
- OletxVolatileEnlistment.cs
- DesignerSerializationOptionsAttribute.cs
- ISAPIRuntime.cs
- MultiAsyncResult.cs
- ImageFormat.cs
- UnsettableComboBox.cs
- SqlDeflator.cs
- PrincipalPermission.cs
- ProtectedConfiguration.cs
- QueueProcessor.cs
- XmlSchemaExporter.cs
- URI.cs
- XmlResolver.cs
- COM2PropertyDescriptor.cs
- OptimizedTemplateContentHelper.cs
- RelationshipEndMember.cs
- ToolStripItemCollection.cs
- ParseElementCollection.cs
- NetStream.cs
- FormViewDeletedEventArgs.cs
- Stylus.cs
- AmbientLight.cs
- ReferentialConstraint.cs