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
- ExportOptions.cs
- ThreadAttributes.cs
- DesignerTransactionCloseEvent.cs
- OptionalColumn.cs
- Substitution.cs
- PeerCustomResolverBindingElement.cs
- Rectangle.cs
- Visual3D.cs
- ItemCollectionEditor.cs
- SchemaElementLookUpTableEnumerator.cs
- SectionVisual.cs
- CompModSwitches.cs
- BinaryParser.cs
- KeyGestureValueSerializer.cs
- BooleanFunctions.cs
- TrustManagerMoreInformation.cs
- Rect3D.cs
- SafeFileMappingHandle.cs
- FindCriteriaElement.cs
- Metafile.cs
- loginstatus.cs
- UrlMappingsSection.cs
- UnmanagedHandle.cs
- ExtractorMetadata.cs
- PassportAuthenticationModule.cs
- DataSourceIDConverter.cs
- EpmContentSerializer.cs
- DoubleAnimationUsingPath.cs
- DataListAutoFormat.cs
- WorkflowIdleElement.cs
- BuiltInExpr.cs
- ResourceProviderFactory.cs
- DataServiceStreamProviderWrapper.cs
- ProcessThread.cs
- AbstractSvcMapFileLoader.cs
- XmlRawWriterWrapper.cs
- ScrollBar.cs
- XamlVector3DCollectionSerializer.cs
- LogReserveAndAppendState.cs
- QueryResponse.cs
- HttpAsyncResult.cs
- ValidationError.cs
- CodeSnippetStatement.cs
- MembershipPasswordException.cs
- ToolStripDropDownDesigner.cs
- SourceElementsCollection.cs
- RealProxy.cs
- ProcessHostMapPath.cs
- PartDesigner.cs
- CustomAttributeFormatException.cs
- FormsAuthenticationUser.cs
- SchemaDeclBase.cs
- WebBaseEventKeyComparer.cs
- AssociationTypeEmitter.cs
- FormViewInsertedEventArgs.cs
- FileDialogCustomPlace.cs
- X509CertificateChain.cs
- TreeNodeClickEventArgs.cs
- ReadingWritingEntityEventArgs.cs
- cookiecollection.cs
- CodeIdentifier.cs
- IndicShape.cs
- ActivationArguments.cs
- CachedFontFamily.cs
- UnsignedPublishLicense.cs
- ButtonChrome.cs
- PropertyStore.cs
- MetadataArtifactLoaderXmlReaderWrapper.cs
- ConfigXmlSignificantWhitespace.cs
- DelegateSerializationHolder.cs
- XmlSchemaInclude.cs
- HandlerWithFactory.cs
- SingleAnimationBase.cs
- CodeNamespace.cs
- InvalidDataException.cs
- DataGridPagingPage.cs
- Triplet.cs
- CompiledELinqQueryState.cs
- ColumnPropertiesGroup.cs
- BitmapEditor.cs
- RSAPKCS1SignatureDeformatter.cs
- ListParagraph.cs
- SerializationObjectManager.cs
- PrePrepareMethodAttribute.cs
- Menu.cs
- MsmqIntegrationChannelFactory.cs
- ImageButton.cs
- ObjectDataSourceView.cs
- StringHelper.cs
- PropertyNames.cs
- BaseParaClient.cs
- ObjectIDGenerator.cs
- ScriptBehaviorDescriptor.cs
- CheckBox.cs
- RenderData.cs
- RectangleF.cs
- MetricEntry.cs
- ToolBar.cs
- DataBindingExpressionBuilder.cs
- SevenBitStream.cs