Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / CodeDOM / CodeMemberEvent.cs / 1305376 / CodeMemberEvent.cs
//------------------------------------------------------------------------------ //// // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ///[....] // Copyright (c) Microsoft Corporation. All rights reserved. ///// [ ClassInterface(ClassInterfaceType.AutoDispatch), ComVisible(true), Serializable, ] public class CodeMemberEvent : CodeTypeMember { private CodeTypeReference type; private CodeTypeReference privateImplements = null; private CodeTypeReferenceCollection implementationTypes = null; ////// Represents an event member. /// ////// public CodeMemberEvent() { } ///[To be supplied.] ////// public CodeTypeReference Type { get { if (type == null) { type = new CodeTypeReference(""); } return type; } set { type = value; } } ////// Gets or sets the member field type. /// ////// public CodeTypeReference PrivateImplementationType { get { return privateImplements; } set { privateImplements = value; } } ///[To be supplied.] ////// public CodeTypeReferenceCollection ImplementationTypes { get { if (implementationTypes == null) { implementationTypes = new CodeTypeReferenceCollection(); } return implementationTypes; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ///[....] // Copyright (c) Microsoft Corporation. All rights reserved. ///// [ ClassInterface(ClassInterfaceType.AutoDispatch), ComVisible(true), Serializable, ] public class CodeMemberEvent : CodeTypeMember { private CodeTypeReference type; private CodeTypeReference privateImplements = null; private CodeTypeReferenceCollection implementationTypes = null; ////// Represents an event member. /// ////// public CodeMemberEvent() { } ///[To be supplied.] ////// public CodeTypeReference Type { get { if (type == null) { type = new CodeTypeReference(""); } return type; } set { type = value; } } ////// Gets or sets the member field type. /// ////// public CodeTypeReference PrivateImplementationType { get { return privateImplements; } set { privateImplements = value; } } ///[To be supplied.] ////// public CodeTypeReferenceCollection ImplementationTypes { get { if (implementationTypes == null) { implementationTypes = new CodeTypeReferenceCollection(); } return implementationTypes; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CardSpaceSelector.cs
- EndPoint.cs
- FullTextState.cs
- PlatformCulture.cs
- TextServicesManager.cs
- BitmapCodecInfo.cs
- SystemIPv6InterfaceProperties.cs
- DataGridViewCellCollection.cs
- EndPoint.cs
- SystemResources.cs
- ObjectStateFormatter.cs
- CustomUserNameSecurityTokenAuthenticator.cs
- BindableTemplateBuilder.cs
- PageContentCollection.cs
- NetworkInformationPermission.cs
- Math.cs
- GeometryConverter.cs
- PageResolution.cs
- MergeFilterQuery.cs
- PenContext.cs
- DataGridViewCellStyleConverter.cs
- CollectionsUtil.cs
- ColorConverter.cs
- NamedPermissionSet.cs
- XmlTextAttribute.cs
- DocumentStatusResources.cs
- TextEndOfLine.cs
- DataDesignUtil.cs
- SecurityElement.cs
- BitStack.cs
- SectionXmlInfo.cs
- ContainerParagraph.cs
- SecurityState.cs
- IncrementalHitTester.cs
- Accessible.cs
- PtsCache.cs
- SQlBooleanStorage.cs
- EnvelopeVersion.cs
- ColumnCollection.cs
- TypeSystemHelpers.cs
- SqlWorkflowPersistenceService.cs
- HtmlTableCellCollection.cs
- Terminate.cs
- LocalTransaction.cs
- Encoder.cs
- RoleGroupCollection.cs
- FormatterServices.cs
- SQLSingleStorage.cs
- HtmlSelect.cs
- RegexMatchCollection.cs
- XmlSchema.cs
- ButtonRenderer.cs
- FlowchartSizeFeature.cs
- ApplicationFileCodeDomTreeGenerator.cs
- _ConnectionGroup.cs
- RightsManagementPermission.cs
- CustomAttributeFormatException.cs
- FormViewDeletedEventArgs.cs
- CompilerWrapper.cs
- ColumnHeaderConverter.cs
- Profiler.cs
- CollectionViewGroupInternal.cs
- DrawingBrush.cs
- TargetParameterCountException.cs
- OletxCommittableTransaction.cs
- NativeWindow.cs
- M3DUtil.cs
- XmlSchemas.cs
- Page.cs
- FileReader.cs
- CompositeFontParser.cs
- sqlstateclientmanager.cs
- GifBitmapDecoder.cs
- DbConnectionStringBuilder.cs
- EditBehavior.cs
- VisualState.cs
- CustomCredentialPolicy.cs
- SQLResource.cs
- DetailsViewRowCollection.cs
- HttpCookiesSection.cs
- XPathDocument.cs
- ResourceDescriptionAttribute.cs
- AuthStoreRoleProvider.cs
- TopClause.cs
- WaitForChangedResult.cs
- ListDataBindEventArgs.cs
- DataGridViewBand.cs
- DataServiceQuery.cs
- DoubleLinkList.cs
- WindowExtensionMethods.cs
- PersonalizableAttribute.cs
- EncoderFallback.cs
- StreamMarshaler.cs
- TraceContext.cs
- XmlILModule.cs
- CompositeActivityMarkupSerializer.cs
- OdbcInfoMessageEvent.cs
- HitTestParameters3D.cs
- SystemTcpConnection.cs
- TypeSemantics.cs