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
- Predicate.cs
- HtmlWindowCollection.cs
- ListViewItem.cs
- Exception.cs
- EdmFunctionAttribute.cs
- TrackingProfileSerializer.cs
- PathSegmentCollection.cs
- RtfToXamlLexer.cs
- PasswordPropertyTextAttribute.cs
- WebServiceErrorEvent.cs
- LogExtent.cs
- FullTextBreakpoint.cs
- FontConverter.cs
- ExpressionWriter.cs
- ContextDataSourceContextData.cs
- CancellationHandlerDesigner.cs
- SimpleType.cs
- ManagementNamedValueCollection.cs
- IdnMapping.cs
- SizeLimitedCache.cs
- ExceptionHelpers.cs
- FrameworkElementAutomationPeer.cs
- RuntimeConfigLKG.cs
- RolePrincipal.cs
- ListItemsPage.cs
- CaseStatementSlot.cs
- WebPartVerbCollection.cs
- SafeLocalAllocation.cs
- ClientConfigurationSystem.cs
- MatchSingleFxEngineOpcode.cs
- HideDisabledControlAdapter.cs
- ListViewCancelEventArgs.cs
- InvokeMethod.cs
- OrthographicCamera.cs
- AliasedExpr.cs
- PriorityRange.cs
- TTSEvent.cs
- NullReferenceException.cs
- Light.cs
- Cursors.cs
- TextRenderer.cs
- OracleParameter.cs
- AssemblyInfo.cs
- MemoryRecordBuffer.cs
- DbConnectionPoolGroup.cs
- RotateTransform3D.cs
- DetailsViewDeletedEventArgs.cs
- Window.cs
- _DigestClient.cs
- UnsafeNativeMethodsTablet.cs
- Int16AnimationUsingKeyFrames.cs
- XsltArgumentList.cs
- TreeViewAutomationPeer.cs
- TdsParameterSetter.cs
- SiteMapSection.cs
- ReadOnlyHierarchicalDataSourceView.cs
- ProfileSettings.cs
- SqlException.cs
- ListViewContainer.cs
- IntSecurity.cs
- DocumentGridContextMenu.cs
- ImpersonationContext.cs
- Glyph.cs
- SiteMapNodeItemEventArgs.cs
- WindowProviderWrapper.cs
- SiteMapDataSourceView.cs
- HashSet.cs
- SqlError.cs
- cookie.cs
- SharedUtils.cs
- SoundPlayerAction.cs
- SerTrace.cs
- AsyncResult.cs
- CriticalHandle.cs
- ReflectPropertyDescriptor.cs
- _SafeNetHandles.cs
- _SSPISessionCache.cs
- FileDialog.cs
- HTTPRemotingHandler.cs
- DeviceSpecific.cs
- SequenceNumber.cs
- RecommendedAsConfigurableAttribute.cs
- externdll.cs
- DefaultWorkflowTransactionService.cs
- WpfPayload.cs
- XmlSerializerNamespaces.cs
- UnsafeNativeMethodsPenimc.cs
- RequestNavigateEventArgs.cs
- StatusBarDrawItemEvent.cs
- FileUtil.cs
- MediaSystem.cs
- NameHandler.cs
- ConfigXmlWhitespace.cs
- DataRowExtensions.cs
- EntityDataSourceReferenceGroup.cs
- ArrayMergeHelper.cs
- ThicknessAnimationBase.cs
- DelegateHelpers.cs
- Application.cs
- AlternateView.cs