Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / CompMod / System / CodeDOM / CodeMemberEvent.cs / 1 / CodeMemberEvent.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 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.] ///// 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 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
- HttpEncoder.cs
- GridItemProviderWrapper.cs
- SubMenuStyleCollection.cs
- PointLightBase.cs
- CaseInsensitiveHashCodeProvider.cs
- FrameSecurityDescriptor.cs
- OpenTypeCommon.cs
- OleDbCommandBuilder.cs
- RichTextBoxAutomationPeer.cs
- PrintPreviewGraphics.cs
- EdmToObjectNamespaceMap.cs
- COAUTHIDENTITY.cs
- EventLogPermissionAttribute.cs
- OptimalBreakSession.cs
- PrintDialogException.cs
- XmlCDATASection.cs
- RelationshipSet.cs
- ClientCultureInfo.cs
- BCryptSafeHandles.cs
- XmlIlTypeHelper.cs
- SqlTopReducer.cs
- Timer.cs
- ContentHostHelper.cs
- Vector3DAnimationBase.cs
- EntityDataSourceDesignerHelper.cs
- EntityDataSourceContextCreatedEventArgs.cs
- CreateSequence.cs
- SourceFileInfo.cs
- StrokeCollection2.cs
- QueuePathEditor.cs
- DataRelationPropertyDescriptor.cs
- MediaEntryAttribute.cs
- GeometryConverter.cs
- CheckBox.cs
- CardSpaceShim.cs
- XPathDocument.cs
- DataGridViewComboBoxColumn.cs
- SymLanguageType.cs
- ElementHostPropertyMap.cs
- DataGridViewCellValidatingEventArgs.cs
- SqlBulkCopyColumnMappingCollection.cs
- Style.cs
- HtmlTableCellCollection.cs
- MexHttpBindingCollectionElement.cs
- CssClassPropertyAttribute.cs
- _DomainName.cs
- ArcSegment.cs
- _CacheStreams.cs
- IndexedString.cs
- Zone.cs
- dataobject.cs
- SecurityElement.cs
- DataGridViewColumnConverter.cs
- CssTextWriter.cs
- Trigger.cs
- ListViewGroup.cs
- XmlNavigatorFilter.cs
- Parameter.cs
- WpfGeneratedKnownProperties.cs
- FilterException.cs
- ResourceIDHelper.cs
- ClaimComparer.cs
- FilteredAttributeCollection.cs
- IItemContainerGenerator.cs
- CapabilitiesRule.cs
- IdnElement.cs
- SqlPersistenceProviderFactory.cs
- ADRoleFactory.cs
- DbInsertCommandTree.cs
- Rethrow.cs
- TrustExchangeException.cs
- TableRowGroup.cs
- ServiceContractGenerationContext.cs
- LocalValueEnumerator.cs
- ErrorBehavior.cs
- SqlProcedureAttribute.cs
- HandleExceptionArgs.cs
- DisableDpiAwarenessAttribute.cs
- BufferAllocator.cs
- Floater.cs
- XMLSyntaxException.cs
- UnicastIPAddressInformationCollection.cs
- SafeIUnknown.cs
- HtmlLink.cs
- SortDescription.cs
- EventBookmark.cs
- xmlfixedPageInfo.cs
- WindowsListView.cs
- CheckableControlBaseAdapter.cs
- FunctionQuery.cs
- WebPartManagerInternals.cs
- NonNullItemCollection.cs
- TextEditorDragDrop.cs
- AnnotationResourceCollection.cs
- DocumentProperties.cs
- DataViewManager.cs
- AssemblyAttributesGoHere.cs
- DataTableNameHandler.cs
- Cast.cs
- HtmlForm.cs