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
- AsymmetricSignatureFormatter.cs
- AbstractSvcMapFileLoader.cs
- StylusPointPropertyId.cs
- TextAdaptor.cs
- WebHttpBehavior.cs
- LocalizedNameDescriptionPair.cs
- RadialGradientBrush.cs
- GifBitmapDecoder.cs
- BindingBase.cs
- MsmqIntegrationBindingElement.cs
- WindowsListViewGroup.cs
- ConfigurationProperty.cs
- OracleBoolean.cs
- Baml2006ReaderFrame.cs
- OleDbParameterCollection.cs
- ErrorLog.cs
- Facet.cs
- TextProperties.cs
- XmlEncodedRawTextWriter.cs
- DBDataPermissionAttribute.cs
- WindowsFormsHost.cs
- TemplatedAdorner.cs
- InstanceDataCollection.cs
- Base64Encoder.cs
- Point.cs
- ExcludeFromCodeCoverageAttribute.cs
- HttpFileCollection.cs
- SmtpSection.cs
- TextEditorTyping.cs
- ProcessHostMapPath.cs
- UMPAttributes.cs
- _NestedSingleAsyncResult.cs
- Menu.cs
- OptimizedTemplateContentHelper.cs
- ButtonChrome.cs
- ProfilePropertyMetadata.cs
- UriTemplateTable.cs
- DesignerCommandAdapter.cs
- DataGridToolTip.cs
- PointCollection.cs
- WebPartConnectionCollection.cs
- SQLUtility.cs
- DictionaryMarkupSerializer.cs
- ProxyGenerator.cs
- DataServiceHostWrapper.cs
- NGCPageContentSerializerAsync.cs
- PageBuildProvider.cs
- SqlGenericUtil.cs
- WebResourceAttribute.cs
- MaterialGroup.cs
- WindowsImpersonationContext.cs
- fixedPageContentExtractor.cs
- IOException.cs
- RuleSettings.cs
- Currency.cs
- RightsManagementEncryptedStream.cs
- XmlCompatibilityReader.cs
- TextTreeTextNode.cs
- _UriSyntax.cs
- CodeDelegateInvokeExpression.cs
- XmlSchemaObject.cs
- EditBehavior.cs
- CompilationLock.cs
- StrongNameKeyPair.cs
- GenericTypeParameterBuilder.cs
- GeneralTransform.cs
- ChildDocumentBlock.cs
- State.cs
- LinkButton.cs
- SpellerHighlightLayer.cs
- EntityTransaction.cs
- SiteMapSection.cs
- EdgeProfileValidation.cs
- ProcessHostServerConfig.cs
- InputReportEventArgs.cs
- CheckBoxField.cs
- FixedFindEngine.cs
- Merger.cs
- HMACSHA256.cs
- BuilderPropertyEntry.cs
- PagerSettings.cs
- UrlPropertyAttribute.cs
- HebrewCalendar.cs
- COAUTHIDENTITY.cs
- ArrayHelper.cs
- OpenTypeLayoutCache.cs
- AssemblyName.cs
- BuildProvider.cs
- HtmlTableCellCollection.cs
- HealthMonitoringSection.cs
- DoubleAnimationClockResource.cs
- XsdBuilder.cs
- PenLineCapValidation.cs
- SqlStream.cs
- DataSourceProvider.cs
- DefaultAssemblyResolver.cs
- _ShellExpression.cs
- SchemeSettingElementCollection.cs
- TimeSpanValidatorAttribute.cs
- BrowserInteropHelper.cs