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
- GifBitmapDecoder.cs
- ObjectStateEntryDbUpdatableDataRecord.cs
- InteropDesigner.xaml.cs
- PropertyInformation.cs
- XmlDomTextWriter.cs
- RMEnrollmentPage1.cs
- ConstructorExpr.cs
- XamlPointCollectionSerializer.cs
- MinimizableAttributeTypeConverter.cs
- ResourceReferenceKeyNotFoundException.cs
- DefaultValidator.cs
- XXXInfos.cs
- MimeFormatter.cs
- SmiMetaData.cs
- DataServiceBuildProvider.cs
- UpdatePanel.cs
- UInt32Storage.cs
- XmlCharacterData.cs
- PolyQuadraticBezierSegment.cs
- AutomationPatternInfo.cs
- XmlHierarchyData.cs
- PermissionSetTriple.cs
- OleDbStruct.cs
- QueryPrefixOp.cs
- XmlDataSourceView.cs
- XamlClipboardData.cs
- PolicyException.cs
- serverconfig.cs
- CompilerState.cs
- DataGridViewRowHeaderCell.cs
- FusionWrap.cs
- DecimalStorage.cs
- FontWeight.cs
- URLAttribute.cs
- ProfessionalColorTable.cs
- MenuItemBinding.cs
- ListViewItemMouseHoverEvent.cs
- ValueQuery.cs
- ClientApiGenerator.cs
- WeakReferenceEnumerator.cs
- GAC.cs
- WebPartPersonalization.cs
- ControlBuilder.cs
- InvalidComObjectException.cs
- RuntimeConfigurationRecord.cs
- NameObjectCollectionBase.cs
- LeaseManager.cs
- ParenthesizePropertyNameAttribute.cs
- SafeRightsManagementEnvironmentHandle.cs
- ArrayItemReference.cs
- MessageSecurityVersion.cs
- SerializationSectionGroup.cs
- BufferedWebEventProvider.cs
- Transform3DCollection.cs
- TreeViewHitTestInfo.cs
- NativeMethods.cs
- XpsS0ValidatingLoader.cs
- Bold.cs
- entityreference_tresulttype.cs
- FontCollection.cs
- M3DUtil.cs
- VariableBinder.cs
- WSSecurityXXX2005.cs
- ExpressionEditorAttribute.cs
- EventLogLink.cs
- TypographyProperties.cs
- WorkflowDesignerColors.cs
- ParameterToken.cs
- TimeIntervalCollection.cs
- ActivityBindForm.cs
- MailAddressCollection.cs
- Section.cs
- DataGridViewTopRowAccessibleObject.cs
- RawStylusInput.cs
- EpmContentSerializerBase.cs
- WebPartConnectionsConnectVerb.cs
- BrowserCapabilitiesFactoryBase.cs
- VariantWrapper.cs
- CodeCatchClauseCollection.cs
- Parser.cs
- DataGridViewSortCompareEventArgs.cs
- Enumerable.cs
- GridSplitterAutomationPeer.cs
- QilName.cs
- Emitter.cs
- ListViewItem.cs
- ConfigurationPermission.cs
- Vector3D.cs
- AutomationProperty.cs
- MimeReflector.cs
- PaintValueEventArgs.cs
- DataRowCollection.cs
- LogRestartAreaEnumerator.cs
- DetailsViewRowCollection.cs
- LinearQuaternionKeyFrame.cs
- SearchForVirtualItemEventArgs.cs
- DataGridViewCellPaintingEventArgs.cs
- Point3DCollection.cs
- DataGridRelationshipRow.cs
- IgnorePropertiesAttribute.cs