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
- HostSecurityManager.cs
- EntityDataSourceSelectedEventArgs.cs
- CompilerInfo.cs
- BitHelper.cs
- log.cs
- UIntPtr.cs
- WCFModelStrings.Designer.cs
- TypeSystem.cs
- MaskedTextBoxDesigner.cs
- AppLevelCompilationSectionCache.cs
- ActivityAction.cs
- VectorCollection.cs
- PasswordTextNavigator.cs
- FixedSOMContainer.cs
- PaperSource.cs
- documentsequencetextview.cs
- ClientTargetCollection.cs
- ToolStripDropDown.cs
- TypeSystem.cs
- SafeWaitHandle.cs
- XmlAutoDetectWriter.cs
- BlurBitmapEffect.cs
- ToolstripProfessionalRenderer.cs
- ScriptingWebServicesSectionGroup.cs
- DefaultValueAttribute.cs
- SQLResource.cs
- ListBindingHelper.cs
- DataGridView.cs
- DirectoryInfo.cs
- DataChangedEventManager.cs
- AdRotatorDesigner.cs
- ModifierKeysValueSerializer.cs
- ApplicationProxyInternal.cs
- SQLCharsStorage.cs
- BuildProviderCollection.cs
- PropertyConverter.cs
- ScrollChrome.cs
- CqlIdentifiers.cs
- BamlTreeUpdater.cs
- RegisteredScript.cs
- RunInstallerAttribute.cs
- ScriptingRoleServiceSection.cs
- ConstraintStruct.cs
- UIAgentAsyncEndRequest.cs
- SafeCryptContextHandle.cs
- Timer.cs
- RpcResponse.cs
- ActivityDesignerLayoutSerializers.cs
- RecognizedPhrase.cs
- StylusEditingBehavior.cs
- UpWmlMobileTextWriter.cs
- BamlLocalizableResourceKey.cs
- DbSourceParameterCollection.cs
- ClickablePoint.cs
- PocoPropertyAccessorStrategy.cs
- CompilerErrorCollection.cs
- SpotLight.cs
- NavigationProgressEventArgs.cs
- PerspectiveCamera.cs
- ToolStripLocationCancelEventArgs.cs
- DebugController.cs
- SharedUtils.cs
- baseaxisquery.cs
- _Win32.cs
- PerspectiveCamera.cs
- ToolStripSystemRenderer.cs
- AxisAngleRotation3D.cs
- SqlProvider.cs
- CurrencyWrapper.cs
- StreamInfo.cs
- DataGridViewBindingCompleteEventArgs.cs
- TemplateKeyConverter.cs
- HelpInfo.cs
- WindowsSpinner.cs
- Command.cs
- ISFClipboardData.cs
- LOSFormatter.cs
- SoundPlayer.cs
- ApplicationFileCodeDomTreeGenerator.cs
- PropertyGeneratedEventArgs.cs
- ConfigXmlSignificantWhitespace.cs
- Misc.cs
- TextServicesManager.cs
- GlyphTypeface.cs
- AppDomainAttributes.cs
- ParentQuery.cs
- _StreamFramer.cs
- RadioButtonPopupAdapter.cs
- NavigationCommands.cs
- ActivationArguments.cs
- GridViewUpdateEventArgs.cs
- RightsManagementEncryptedStream.cs
- CircleHotSpot.cs
- PKCS1MaskGenerationMethod.cs
- storepermissionattribute.cs
- mediaeventargs.cs
- EdmComplexPropertyAttribute.cs
- FormsAuthenticationTicket.cs
- ContentElement.cs
- DecoderExceptionFallback.cs