Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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; } } } }/// Gets or sets the chained constructor arguments. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- OperationBehaviorAttribute.cs
- SqlWriter.cs
- BitmapSizeOptions.cs
- ListBindingConverter.cs
- SiteMapNodeItem.cs
- ChtmlTextBoxAdapter.cs
- ContextProperty.cs
- Figure.cs
- AsymmetricSignatureFormatter.cs
- QueryStringHandler.cs
- ObjectQueryProvider.cs
- ToolboxDataAttribute.cs
- Italic.cs
- RecognitionResult.cs
- PointF.cs
- UdpChannelFactory.cs
- ExpressionPrinter.cs
- ScrollProviderWrapper.cs
- ImageSource.cs
- XmlSchemaDatatype.cs
- XomlCompiler.cs
- DescendentsWalker.cs
- RepeaterDataBoundAdapter.cs
- PageRanges.cs
- CodeTypeDelegate.cs
- TextPenaltyModule.cs
- PrinterUnitConvert.cs
- MetadataItemEmitter.cs
- ViewStateException.cs
- CodePageUtils.cs
- InstanceHandleReference.cs
- StrokeNodeOperations.cs
- ComponentResourceKeyConverter.cs
- SqlNodeAnnotation.cs
- PublisherMembershipCondition.cs
- assertwrapper.cs
- ResourceContainer.cs
- FileUtil.cs
- sqlinternaltransaction.cs
- IdnMapping.cs
- AxParameterData.cs
- X500Name.cs
- BuilderElements.cs
- XmlTextAttribute.cs
- CultureData.cs
- Constraint.cs
- TaiwanCalendar.cs
- TracedNativeMethods.cs
- BuildManager.cs
- LambdaCompiler.Lambda.cs
- CacheDependency.cs
- SessionEndedEventArgs.cs
- EmptyQuery.cs
- VolatileResourceManager.cs
- PbrsForward.cs
- TransformedBitmap.cs
- SqlUserDefinedAggregateAttribute.cs
- UniqueEventHelper.cs
- XmlDataProvider.cs
- AccessViolationException.cs
- IriParsingElement.cs
- DispatcherObject.cs
- WebPartConnectionsDisconnectVerb.cs
- SHA384.cs
- ScrollBar.cs
- FactoryMaker.cs
- QueryOutputWriter.cs
- WebAdminConfigurationHelper.cs
- EmptyReadOnlyDictionaryInternal.cs
- CommandHelpers.cs
- WSHttpBinding.cs
- LocationChangedEventArgs.cs
- DataGridPagerStyle.cs
- GridProviderWrapper.cs
- FaultDescription.cs
- OrderByQueryOptionExpression.cs
- Deflater.cs
- GridViewColumnHeaderAutomationPeer.cs
- XmlArrayItemAttributes.cs
- MessageQueuePermissionEntryCollection.cs
- SoapAttributeOverrides.cs
- QEncodedStream.cs
- MobileControlBuilder.cs
- CodeTypeDelegate.cs
- LinearQuaternionKeyFrame.cs
- PipelineModuleStepContainer.cs
- ListBoxItemAutomationPeer.cs
- Axis.cs
- TableLayoutSettings.cs
- DesignerView.Commands.cs
- ScriptRef.cs
- ScriptManager.cs
- FileResponseElement.cs
- CellCreator.cs
- PropertyValueChangedEvent.cs
- UrlPath.cs
- RewritingPass.cs
- InternalsVisibleToAttribute.cs
- ProbeDuplexCD1AsyncResult.cs
- StoreItemCollection.Loader.cs