Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Xml / System / Xml / Serialization / XmlEnumAttribute.cs / 1 / XmlEnumAttribute.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Xml.Serialization {
using System;
///
///
/// [To be supplied.]
///
[AttributeUsage(AttributeTargets.Field)]
public class XmlEnumAttribute : System.Attribute {
string name;
///
///
/// [To be supplied.]
///
public XmlEnumAttribute() {
}
///
///
/// [To be supplied.]
///
public XmlEnumAttribute(string name) {
this.name = name;
}
///
///
/// [To be supplied.]
///
public string Name {
get { return name; }
set { name = value; }
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RectAnimationBase.cs
- Profiler.cs
- FullTextState.cs
- ConnectionOrientedTransportChannelListener.cs
- TagNameToTypeMapper.cs
- AssemblyNameProxy.cs
- ObjectConverter.cs
- XomlCompilerParameters.cs
- RequestCachePolicy.cs
- ResXBuildProvider.cs
- HandleRef.cs
- DispatcherOperation.cs
- SafeFreeMibTable.cs
- CultureSpecificCharacterBufferRange.cs
- MetadataAssemblyHelper.cs
- WebSysDisplayNameAttribute.cs
- RayHitTestParameters.cs
- Errors.cs
- RegistrationServices.cs
- Cursors.cs
- CapabilitiesRule.cs
- SystemColors.cs
- SizeConverter.cs
- COAUTHINFO.cs
- Transform3DCollection.cs
- SystemKeyConverter.cs
- SequentialWorkflowRootDesigner.cs
- CompensationHandlingFilter.cs
- ActivityBuilderXamlWriter.cs
- CryptoKeySecurity.cs
- Label.cs
- ADMembershipUser.cs
- WebPartTransformerAttribute.cs
- FileDialogCustomPlace.cs
- ImportCatalogPart.cs
- StructuralType.cs
- ClientSettingsSection.cs
- ZipArchive.cs
- XsltQilFactory.cs
- GraphicsPathIterator.cs
- ToolStripDropDownButton.cs
- XmlArrayItemAttributes.cs
- BindingObserver.cs
- StrongNameUtility.cs
- _emptywebproxy.cs
- MonthChangedEventArgs.cs
- ForeignConstraint.cs
- StreamWithDictionary.cs
- PrintingPermissionAttribute.cs
- DecimalConstantAttribute.cs
- Compiler.cs
- RequestCacheEntry.cs
- RenderDataDrawingContext.cs
- ProfileBuildProvider.cs
- KeyValueInternalCollection.cs
- WindowsImpersonationContext.cs
- PerformanceCountersElement.cs
- SamlNameIdentifierClaimResource.cs
- GeometryValueSerializer.cs
- MarshalDirectiveException.cs
- EventLogPermissionEntry.cs
- PixelFormats.cs
- ConsumerConnectionPointCollection.cs
- Rect.cs
- FolderBrowserDialog.cs
- CommaDelimitedStringAttributeCollectionConverter.cs
- FontFaceLayoutInfo.cs
- CommonRemoteMemoryBlock.cs
- WizardSideBarListControlItemEventArgs.cs
- FlowchartStart.xaml.cs
- TransactionFlowAttribute.cs
- NamedPipeConnectionPoolSettingsElement.cs
- DataMisalignedException.cs
- AllMembershipCondition.cs
- ClassValidator.cs
- TypeSemantics.cs
- AuthenticationConfig.cs
- UseManagedPresentationBindingElementImporter.cs
- XPathNavigator.cs
- SmtpNetworkElement.cs
- Rule.cs
- ClientFormsAuthenticationCredentials.cs
- BoundPropertyEntry.cs
- DataGridViewIntLinkedList.cs
- XmlNotation.cs
- XmlUtil.cs
- CopyNodeSetAction.cs
- Border.cs
- CorrelationResolver.cs
- ButtonFlatAdapter.cs
- HttpListenerPrefixCollection.cs
- KeyNotFoundException.cs
- MatrixAnimationUsingPath.cs
- unsafenativemethodsother.cs
- LayoutManager.cs
- CodeFieldReferenceExpression.cs
- CFStream.cs
- DataControlLinkButton.cs
- nulltextnavigator.cs
- InstanceKeyCollisionException.cs