Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- GACIdentityPermission.cs
- CellParaClient.cs
- DataGridViewCellCollection.cs
- ConfigurationValue.cs
- SafeProcessHandle.cs
- TimeZoneInfo.cs
- LassoSelectionBehavior.cs
- OpenFileDialog.cs
- HostVisual.cs
- FillErrorEventArgs.cs
- TypeElement.cs
- ToolStripTemplateNode.cs
- ImageFormatConverter.cs
- Int64KeyFrameCollection.cs
- ToolBarButton.cs
- WinEventQueueItem.cs
- RegexGroupCollection.cs
- VersionedStream.cs
- WebScriptMetadataMessage.cs
- documentsequencetextcontainer.cs
- XamlTreeBuilderBamlRecordWriter.cs
- SplitterCancelEvent.cs
- VectorAnimation.cs
- SiteIdentityPermission.cs
- XmlSchemaObject.cs
- WindowsFormsLinkLabel.cs
- Soap12FormatExtensions.cs
- PngBitmapEncoder.cs
- CreateUserWizardDesigner.cs
- DesignerDataTable.cs
- XmlObjectSerializerWriteContextComplex.cs
- TextEffect.cs
- DragDrop.cs
- WindowsScrollBarBits.cs
- LateBoundBitmapDecoder.cs
- TagMapInfo.cs
- DeclarativeCatalogPart.cs
- NameValueSectionHandler.cs
- XamlPathDataSerializer.cs
- FormCollection.cs
- BufferModeSettings.cs
- ScriptModule.cs
- AuthenticationModulesSection.cs
- ResourceAttributes.cs
- ApplicationActivator.cs
- ToolStripScrollButton.cs
- TheQuery.cs
- StructureChangedEventArgs.cs
- CatalogZone.cs
- CollectionChangedEventManager.cs
- Part.cs
- BitmapPalettes.cs
- RegularExpressionValidator.cs
- WindowsAuthenticationEventArgs.cs
- PointValueSerializer.cs
- WindowExtensionMethods.cs
- ContextInformation.cs
- CheckBoxRenderer.cs
- AdCreatedEventArgs.cs
- SessionPageStatePersister.cs
- ThrowHelper.cs
- ToolStripPanelCell.cs
- WebResourceUtil.cs
- ToolStripItemCollection.cs
- BitmapPalettes.cs
- SuppressIldasmAttribute.cs
- ClientFormsAuthenticationMembershipProvider.cs
- CancellableEnumerable.cs
- KeyedCollection.cs
- BoolExpr.cs
- ElementHostPropertyMap.cs
- ExceptionUtil.cs
- LoginStatusDesigner.cs
- SoapIgnoreAttribute.cs
- HttpDebugHandler.cs
- TranslateTransform.cs
- NamespaceDecl.cs
- MessageAction.cs
- Input.cs
- X509WindowsSecurityToken.cs
- TrackingMemoryStream.cs
- ApplicationInfo.cs
- TextBlockAutomationPeer.cs
- SortDescription.cs
- TableAdapterManagerMethodGenerator.cs
- XPathScanner.cs
- QueryStack.cs
- NamespaceList.cs
- SecurityUtils.cs
- SchemaImporterExtensionElementCollection.cs
- Baml2006KeyRecord.cs
- ExpressionBuilderContext.cs
- TrustSection.cs
- CalendarDataBindingHandler.cs
- MatrixValueSerializer.cs
- LineBreak.cs
- MethodAccessException.cs
- Misc.cs
- ModelChangedEventArgsImpl.cs
- DynamicPropertyReader.cs