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
- SafeRightsManagementPubHandle.cs
- MarshalDirectiveException.cs
- SynchronizationContext.cs
- KeyFrames.cs
- OracleDataReader.cs
- DataGridCaption.cs
- SelectionEditingBehavior.cs
- SerializerProvider.cs
- StylusButtonEventArgs.cs
- KeyedQueue.cs
- IndexingContentUnit.cs
- ContextBase.cs
- ControlCollection.cs
- DataGridViewRowCancelEventArgs.cs
- EnumConverter.cs
- TimeEnumHelper.cs
- SessionIDManager.cs
- FixUpCollection.cs
- TextRangeEdit.cs
- EffectiveValueEntry.cs
- PageParser.cs
- Label.cs
- EventSinkHelperWriter.cs
- ScriptMethodAttribute.cs
- CryptoApi.cs
- ClientSettings.cs
- __ConsoleStream.cs
- Logging.cs
- BrowserDefinitionCollection.cs
- SiteMembershipCondition.cs
- localization.cs
- SwitchElementsCollection.cs
- BinaryFormatterWriter.cs
- CqlGenerator.cs
- BuildProvider.cs
- DragStartedEventArgs.cs
- CompositeFontInfo.cs
- InfoCardRSACryptoProvider.cs
- DefaultPerformanceCounters.cs
- ExpandCollapseProviderWrapper.cs
- NavigationExpr.cs
- ExtensionQuery.cs
- ErrorHandlingAcceptor.cs
- EntityContainerRelationshipSet.cs
- VectorCollectionValueSerializer.cs
- XmlNodeChangedEventArgs.cs
- FrameworkElement.cs
- Zone.cs
- JsonEncodingStreamWrapper.cs
- SizeLimitedCache.cs
- MatrixTransform3D.cs
- XmlDictionaryReaderQuotas.cs
- CodeTypeParameterCollection.cs
- RouteItem.cs
- TableRowCollection.cs
- MouseGestureConverter.cs
- XamlPoint3DCollectionSerializer.cs
- SystemFonts.cs
- ArgumentReference.cs
- ResourceManager.cs
- BufferedWebEventProvider.cs
- CommandBindingCollection.cs
- SQLRoleProvider.cs
- TableCellCollection.cs
- SqlInternalConnection.cs
- ObjectList.cs
- Brush.cs
- ReturnValue.cs
- BamlLocalizabilityResolver.cs
- RectAnimationClockResource.cs
- MULTI_QI.cs
- ConfigUtil.cs
- NotificationContext.cs
- NegotiationTokenAuthenticatorState.cs
- GenericsInstances.cs
- WorkflowHostingEndpoint.cs
- ResourceContainer.cs
- BitmapEffectInputConnector.cs
- SplitContainer.cs
- HttpWebRequest.cs
- EntityContainer.cs
- GridViewRow.cs
- ContextMenu.cs
- ManagementEventArgs.cs
- OleDbStruct.cs
- OleDbTransaction.cs
- TextBox.cs
- RemotingSurrogateSelector.cs
- SerializationStore.cs
- ConnectionProviderAttribute.cs
- Visual.cs
- LineMetrics.cs
- COM2TypeInfoProcessor.cs
- PartitionedStreamMerger.cs
- LateBoundBitmapDecoder.cs
- ProgressBar.cs
- HttpProfileBase.cs
- BaseParaClient.cs
- RelationshipConstraintValidator.cs
- DocumentReference.cs