Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / CompMod / System / CodeDOM / CodeTypeConstructor.cs / 1 / CodeTypeConstructor.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 CodeTypeConstructor : CodeMemberMethod { ////// Represents a static constructor for a class. /// ////// public CodeTypeConstructor() { Name = ".cctor"; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Initializes a new instance of ///. /// // 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 CodeTypeConstructor : CodeMemberMethod { ////// Represents a static constructor for a class. /// ////// public CodeTypeConstructor() { Name = ".cctor"; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Initializes a new instance of ///. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- HexParser.cs
- ReadOnlyObservableCollection.cs
- KeyFrames.cs
- DataControlFieldCollection.cs
- WebPartCancelEventArgs.cs
- ResizingMessageFilter.cs
- ColorAnimation.cs
- QueryStringHandler.cs
- DefaultPropertyAttribute.cs
- SaveFileDialogDesigner.cs
- ActivityBuilder.cs
- XsdDateTime.cs
- PageAction.cs
- RadioButtonAutomationPeer.cs
- FileInfo.cs
- KeyTime.cs
- DataConnectionHelper.cs
- FunctionImportMapping.ReturnTypeRenameMapping.cs
- MissingMethodException.cs
- UnsafeNativeMethods.cs
- DataPager.cs
- InstanceData.cs
- FileChangesMonitor.cs
- GlyphTypeface.cs
- ParenExpr.cs
- DTCTransactionManager.cs
- IdentityReference.cs
- SevenBitStream.cs
- BufferBuilder.cs
- SizeKeyFrameCollection.cs
- ListenerElementsCollection.cs
- SqlDataSourceView.cs
- RestClientProxyHandler.cs
- XmlBinaryReaderSession.cs
- ServiceThrottle.cs
- DataBinder.cs
- PropertyValue.cs
- TableParagraph.cs
- XMLDiffLoader.cs
- ResourcePool.cs
- CodeGeneratorOptions.cs
- ActiveXContainer.cs
- DatagridviewDisplayedBandsData.cs
- AlphabeticalEnumConverter.cs
- WebPartDisplayMode.cs
- TraceSection.cs
- TextEditorDragDrop.cs
- WebPartZoneCollection.cs
- KernelTypeValidation.cs
- Processor.cs
- SelectedGridItemChangedEvent.cs
- XXXInfos.cs
- ProviderBase.cs
- BitmapSizeOptions.cs
- Logging.cs
- XmlAttributeAttribute.cs
- GenericEnumConverter.cs
- SignatureHelper.cs
- SQLGuid.cs
- ProviderUtil.cs
- HttpHandlersSection.cs
- ActivationServices.cs
- MatrixStack.cs
- oledbmetadatacolumnnames.cs
- InputElement.cs
- TerminateWorkflow.cs
- IntranetCredentialPolicy.cs
- ParameterCollection.cs
- ReadOnlyObservableCollection.cs
- CharacterBufferReference.cs
- PrintSystemException.cs
- SafeThreadHandle.cs
- WindowsAuthenticationModule.cs
- securestring.cs
- ChannelManagerHelpers.cs
- OracleInfoMessageEventArgs.cs
- ValidationSummary.cs
- dataSvcMapFileLoader.cs
- FormViewActionList.cs
- ScriptReference.cs
- FormsAuthenticationCredentials.cs
- OdbcConnectionFactory.cs
- AnnotationHighlightLayer.cs
- HostedImpersonationContext.cs
- NamedPipeHostedTransportConfiguration.cs
- StorageBasedPackageProperties.cs
- ObjectList.cs
- XmlReflectionImporter.cs
- TextRangeEditTables.cs
- HttpSysSettings.cs
- SafeRightsManagementEnvironmentHandle.cs
- ProjectionPruner.cs
- LockCookie.cs
- BitmapEffectDrawingContextState.cs
- LazyTextWriterCreator.cs
- SqlNodeAnnotation.cs
- AccessibilityHelperForVista.cs
- TextContainer.cs
- Compiler.cs
- FlowDocumentFormatter.cs