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;
///
///
/// Represents an event member.
///
///
[
ClassInterface(ClassInterfaceType.AutoDispatch),
ComVisible(true),
Serializable,
]
public class CodeMemberEvent : CodeTypeMember {
private CodeTypeReference type;
private CodeTypeReference privateImplements = null;
private CodeTypeReferenceCollection implementationTypes = null;
///
/// [To be supplied.]
///
public CodeMemberEvent() {
}
///
///
/// Gets or sets the member field type.
///
///
public CodeTypeReference Type {
get {
if (type == null) {
type = new CodeTypeReference("");
}
return type;
}
set {
type = value;
}
}
///
/// [To be supplied.]
///
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.
//------------------------------------------------------------------------------
//
// 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;
///
///
/// Represents an event member.
///
///
[
ClassInterface(ClassInterfaceType.AutoDispatch),
ComVisible(true),
Serializable,
]
public class CodeMemberEvent : CodeTypeMember {
private CodeTypeReference type;
private CodeTypeReference privateImplements = null;
private CodeTypeReferenceCollection implementationTypes = null;
///
/// [To be supplied.]
///
public CodeMemberEvent() {
}
///
///
/// Gets or sets the member field type.
///
///
public CodeTypeReference Type {
get {
if (type == null) {
type = new CodeTypeReference("");
}
return type;
}
set {
type = value;
}
}
///
/// [To be supplied.]
///
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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- GcHandle.cs
- ScriptServiceAttribute.cs
- ObjectStateEntryDbDataRecord.cs
- ProjectedWrapper.cs
- ExceptionUtil.cs
- MemoryMappedFile.cs
- FilteredSchemaElementLookUpTable.cs
- FormsAuthenticationTicket.cs
- DataRowExtensions.cs
- Perspective.cs
- Figure.cs
- DesignerForm.cs
- DbConnectionPoolOptions.cs
- IBuiltInEvidence.cs
- MatrixValueSerializer.cs
- MetadataArtifactLoaderResource.cs
- ProtocolsConfigurationEntry.cs
- SecurityToken.cs
- HashMembershipCondition.cs
- JsonUriDataContract.cs
- ComponentConverter.cs
- SessionStateModule.cs
- RegionData.cs
- AtomPub10CategoriesDocumentFormatter.cs
- InputReportEventArgs.cs
- RuntimeConfigLKG.cs
- QilPatternFactory.cs
- ViewPort3D.cs
- ScrollableControlDesigner.cs
- BaseInfoTable.cs
- SamlConstants.cs
- ContextMenuStrip.cs
- _DomainName.cs
- XmlSchema.cs
- SQLInt16Storage.cs
- AssemblyAttributes.cs
- ZoneIdentityPermission.cs
- __Error.cs
- EdmComplexTypeAttribute.cs
- datacache.cs
- DataGridViewComboBoxEditingControl.cs
- Root.cs
- DatagridviewDisplayedBandsData.cs
- CommandID.cs
- EventManager.cs
- Vector3DCollectionConverter.cs
- ServerValidateEventArgs.cs
- SchemaNames.cs
- JsonFormatMapping.cs
- WebPartVerb.cs
- NonParentingControl.cs
- DataSourceControlBuilder.cs
- StorageAssociationSetMapping.cs
- shaperfactory.cs
- RelationshipManager.cs
- SerializationStore.cs
- NativeMethods.cs
- TypeSemantics.cs
- InstalledVoice.cs
- WCFModelStrings.Designer.cs
- StructuredTypeInfo.cs
- LinkConverter.cs
- BitmapEffectDrawing.cs
- SByteConverter.cs
- CharUnicodeInfo.cs
- UInt16.cs
- IdleTimeoutMonitor.cs
- validationstate.cs
- PathData.cs
- ServiceDesigner.cs
- XmlWellformedWriterHelpers.cs
- DataReaderContainer.cs
- Encoder.cs
- _ContextAwareResult.cs
- WebUtil.cs
- ReadOnlyCollectionBase.cs
- DesignerSerializationOptionsAttribute.cs
- MaskInputRejectedEventArgs.cs
- XslTransform.cs
- HtmlButton.cs
- WebServicesInteroperability.cs
- XmlHelper.cs
- DisableDpiAwarenessAttribute.cs
- InternalDispatchObject.cs
- OledbConnectionStringbuilder.cs
- DependencyProperty.cs
- DataListItemCollection.cs
- Viewport3DAutomationPeer.cs
- UInt16Converter.cs
- ManagementExtension.cs
- StaticSiteMapProvider.cs
- _CacheStreams.cs
- SoapAttributeOverrides.cs
- TraceInternal.cs
- UnsafeCollabNativeMethods.cs
- PaperSource.cs
- QuaternionAnimation.cs
- ReliabilityContractAttribute.cs
- GeometryGroup.cs
- TraceHandlerErrorFormatter.cs