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
- ProcessInfo.cs
- HwndSubclass.cs
- ValidatorUtils.cs
- QilBinary.cs
- UnionCodeGroup.cs
- PersistChildrenAttribute.cs
- ConfigurationLocationCollection.cs
- AutomationElement.cs
- JoinSymbol.cs
- CommandField.cs
- SeparatorAutomationPeer.cs
- SafeSystemMetrics.cs
- BaseTypeViewSchema.cs
- MsmqInputMessagePool.cs
- GlyphTypeface.cs
- StaticResourceExtension.cs
- RawStylusSystemGestureInputReport.cs
- ValidationSummary.cs
- FocusTracker.cs
- DataControlField.cs
- SqlCommandSet.cs
- PeerApplicationLaunchInfo.cs
- FormViewDeletedEventArgs.cs
- ZipIORawDataFileBlock.cs
- URL.cs
- DiagnosticsElement.cs
- NonVisualControlAttribute.cs
- IfAction.cs
- GridViewSelectEventArgs.cs
- GridToolTip.cs
- FocusWithinProperty.cs
- FileDialogPermission.cs
- FixedSOMTableRow.cs
- XhtmlTextWriter.cs
- DecoderReplacementFallback.cs
- CollaborationHelperFunctions.cs
- WmlPhoneCallAdapter.cs
- TraceRecord.cs
- ValidatorCompatibilityHelper.cs
- DeploymentSectionCache.cs
- PlaceHolder.cs
- VisualStyleTypesAndProperties.cs
- ParserContext.cs
- Size3D.cs
- Typography.cs
- DataGridPageChangedEventArgs.cs
- StructuredCompositeActivityDesigner.cs
- PageThemeBuildProvider.cs
- ToolStripSplitStackLayout.cs
- TextTreeInsertElementUndoUnit.cs
- MetadataItem_Static.cs
- WasNotInstalledException.cs
- UIElement3D.cs
- GenericArgumentsUpdater.cs
- WorkflowDesignerColors.cs
- PasswordBox.cs
- ErrorWrapper.cs
- ProfileModule.cs
- SeparatorAutomationPeer.cs
- CodeArrayIndexerExpression.cs
- BuildProviderAppliesToAttribute.cs
- XmlSerializationWriter.cs
- Classification.cs
- PerspectiveCamera.cs
- DataServiceStreamProviderWrapper.cs
- BitmapFrame.cs
- Label.cs
- DesignerTransactionCloseEvent.cs
- ZipFileInfoCollection.cs
- EmbossBitmapEffect.cs
- FormViewCommandEventArgs.cs
- GridItem.cs
- RegistryKey.cs
- precedingquery.cs
- WSHttpBinding.cs
- Action.cs
- HostingEnvironment.cs
- SQLSingleStorage.cs
- Typeface.cs
- CorrelationValidator.cs
- IpcServerChannel.cs
- StandardCommands.cs
- Globals.cs
- TaiwanLunisolarCalendar.cs
- EditorPartCollection.cs
- Operator.cs
- HttpCookieCollection.cs
- SiteMapNodeItemEventArgs.cs
- COM2IProvidePropertyBuilderHandler.cs
- SafeReversePInvokeHandle.cs
- BindingCollection.cs
- PageContentAsyncResult.cs
- InvalidDataException.cs
- SequentialWorkflowHeaderFooter.cs
- Utility.cs
- Mutex.cs
- Literal.cs
- StringKeyFrameCollection.cs
- UiaCoreApi.cs
- ScriptMethodAttribute.cs