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
- FileDialog.cs
- ipaddressinformationcollection.cs
- LassoHelper.cs
- SpellCheck.cs
- ProjectionPlanCompiler.cs
- DataPagerFieldItem.cs
- FunctionCommandText.cs
- InvokeBase.cs
- columnmapfactory.cs
- ApplicationId.cs
- HttpServerVarsCollection.cs
- MouseActionValueSerializer.cs
- ColumnBinding.cs
- MbpInfo.cs
- Win32Native.cs
- securitycriticaldata.cs
- ProxyHwnd.cs
- XmlMembersMapping.cs
- Viewport3DVisual.cs
- Serialization.cs
- HitTestFilterBehavior.cs
- AuthenticationModuleElementCollection.cs
- SmiConnection.cs
- ZipIOModeEnforcingStream.cs
- TabletDevice.cs
- DbExpressionVisitor.cs
- WhitespaceRuleReader.cs
- MessageDecoder.cs
- MissingMemberException.cs
- ChannelEndpointElement.cs
- DesignerPerfEventProvider.cs
- StatusBarDesigner.cs
- ListSortDescriptionCollection.cs
- XmlSchemaDatatype.cs
- PageAdapter.cs
- EdmEntityTypeAttribute.cs
- SimpleColumnProvider.cs
- GroupBoxRenderer.cs
- SqlDataSourceSelectingEventArgs.cs
- Roles.cs
- WebPartZone.cs
- SqlDataSourceView.cs
- EntityDataSourceUtil.cs
- PathGeometry.cs
- NetTcpSectionData.cs
- mansign.cs
- PolygonHotSpot.cs
- SpeakProgressEventArgs.cs
- SourceLineInfo.cs
- loginstatus.cs
- DynamicMethod.cs
- HttpInputStream.cs
- GenericsInstances.cs
- PolicyValidationException.cs
- ClonableStack.cs
- DocumentViewerBase.cs
- CmsUtils.cs
- EndpointPerformanceCounters.cs
- UriTemplateDispatchFormatter.cs
- ChannelFactoryBase.cs
- AxisAngleRotation3D.cs
- CheckBoxDesigner.cs
- Visual3D.cs
- RootBuilder.cs
- CachedFontFamily.cs
- SafeNativeMethodsMilCoreApi.cs
- AttachInfo.cs
- PageClientProxyGenerator.cs
- DataTable.cs
- ProvideValueServiceProvider.cs
- Point4DConverter.cs
- DataRowComparer.cs
- ReflectionServiceProvider.cs
- FixedSOMElement.cs
- Catch.cs
- QuaternionConverter.cs
- DataGridCellsPanel.cs
- sqlpipe.cs
- XPathDocumentBuilder.cs
- ToolStripPanelCell.cs
- OpenTypeLayoutCache.cs
- Constants.cs
- WebAdminConfigurationHelper.cs
- PersistNameAttribute.cs
- OracleBoolean.cs
- ConfigXmlReader.cs
- DataColumnCollection.cs
- PaperSource.cs
- ProviderConnectionPoint.cs
- AppSettingsExpressionBuilder.cs
- AsyncWaitHandle.cs
- WebCodeGenerator.cs
- TextRenderer.cs
- UserControlBuildProvider.cs
- EventDescriptor.cs
- ThrowOnMultipleAssignment.cs
- StopRoutingHandler.cs
- TextParagraph.cs
- ExtendedProperty.cs
- CheckableControlBaseAdapter.cs