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
- ComponentFactoryHelpers.cs
- DashStyle.cs
- SchemaType.cs
- SecurityUtils.cs
- PartialCachingControl.cs
- StylusPointDescription.cs
- LogLogRecord.cs
- PropertyToken.cs
- CrossAppDomainChannel.cs
- dtdvalidator.cs
- Frame.cs
- ConfigurationSectionGroupCollection.cs
- FixedSOMLineRanges.cs
- CaseInsensitiveOrdinalStringComparer.cs
- LayoutEditorPart.cs
- RijndaelManagedTransform.cs
- DesignOnlyAttribute.cs
- DispatcherFrame.cs
- CaseInsensitiveHashCodeProvider.cs
- FieldMetadata.cs
- ScaleTransform.cs
- TextEncodedRawTextWriter.cs
- GridViewAutomationPeer.cs
- ComponentFactoryHelpers.cs
- MemoryFailPoint.cs
- SubMenuStyle.cs
- ListenerConfig.cs
- Maps.cs
- Highlights.cs
- HotSpotCollection.cs
- ExpiredSecurityTokenException.cs
- ReferenceList.cs
- DiscardableAttribute.cs
- XmlAttributeAttribute.cs
- Bitmap.cs
- WeakReferenceList.cs
- UnsafeMethods.cs
- SourceFileBuildProvider.cs
- Guid.cs
- MethodExpr.cs
- _LoggingObject.cs
- SqlDataReaderSmi.cs
- WmpBitmapEncoder.cs
- XmlTextReaderImpl.cs
- Point3DIndependentAnimationStorage.cs
- CodeArrayIndexerExpression.cs
- formatstringdialog.cs
- CatalogPartChrome.cs
- WebPartDisplayModeCancelEventArgs.cs
- SQLCharsStorage.cs
- DynamicQueryStringParameter.cs
- XmlReaderSettings.cs
- ExpressionEditorAttribute.cs
- HMAC.cs
- DescriptionAttribute.cs
- ArraySet.cs
- ToolStripItemCollection.cs
- Properties.cs
- XmlWrappingWriter.cs
- HttpCacheParams.cs
- XmlSchemaObjectTable.cs
- EdmRelationshipRoleAttribute.cs
- SynchronizationContextHelper.cs
- InheritanceUI.cs
- InitializationEventAttribute.cs
- ZipIOBlockManager.cs
- TypeLibraryHelper.cs
- UIntPtr.cs
- BindingContext.cs
- HMACMD5.cs
- BamlRecordReader.cs
- WebPartManagerDesigner.cs
- KeyTime.cs
- DataGrid.cs
- AnalyzedTree.cs
- TraceUtils.cs
- WindowsSecurityToken.cs
- ZoneMembershipCondition.cs
- CompressedStack.cs
- XmlSchemaAnnotation.cs
- ServiceManager.cs
- EditingCommands.cs
- BitmapEffectInput.cs
- HttpRequestWrapper.cs
- Grammar.cs
- SecurityTokenRequirement.cs
- WebConfigManager.cs
- BulletDecorator.cs
- SpnEndpointIdentity.cs
- WebCodeGenerator.cs
- EditorBrowsableAttribute.cs
- ScrollBar.cs
- TabItem.cs
- CroppedBitmap.cs
- SelectiveScrollingGrid.cs
- LineVisual.cs
- DynamicScriptObject.cs
- TextChange.cs
- HtmlTableRowCollection.cs
- DocumentReferenceCollection.cs