Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / Serialization / XmlEnumAttribute.cs / 1305376 / XmlEnumAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Serialization { using System; ////// /// [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. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Serialization { using System; ////// /// [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.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RolePrincipal.cs
- ParallelDesigner.cs
- tibetanshape.cs
- SpellerError.cs
- CanonicalFontFamilyReference.cs
- SQLInt16.cs
- DSGeneratorProblem.cs
- BrowserCapabilitiesFactoryBase.cs
- SQLString.cs
- PhoneCall.cs
- SecurityTokenAuthenticator.cs
- ToolStripItemCollection.cs
- ElementNotEnabledException.cs
- DiffuseMaterial.cs
- Line.cs
- MorphHelpers.cs
- sqlnorm.cs
- ExceptionUtility.cs
- DataGridViewSortCompareEventArgs.cs
- DivideByZeroException.cs
- RowSpanVector.cs
- XmlImplementation.cs
- MaterialCollection.cs
- MobileContainerDesigner.cs
- UTF7Encoding.cs
- ToolStripPanelRenderEventArgs.cs
- BoundField.cs
- EntityDataSourceSelectedEventArgs.cs
- DbProviderFactory.cs
- SiteMapNodeItemEventArgs.cs
- PriorityQueue.cs
- SQLBinary.cs
- SoapMessage.cs
- PackWebResponse.cs
- RoleGroupCollection.cs
- DataGridViewCellCancelEventArgs.cs
- ToolStripItemTextRenderEventArgs.cs
- SourceFileInfo.cs
- RectIndependentAnimationStorage.cs
- ValueQuery.cs
- SafeJobHandle.cs
- SchemaTableOptionalColumn.cs
- autovalidator.cs
- DetailsViewPagerRow.cs
- MouseBinding.cs
- EventHandlersStore.cs
- MbpInfo.cs
- CompoundFileDeflateTransform.cs
- ToolboxSnapDragDropEventArgs.cs
- HttpServerUtilityBase.cs
- DataGridViewCellErrorTextNeededEventArgs.cs
- ListBindingHelper.cs
- SafeHandle.cs
- SimpleLine.cs
- DoubleStorage.cs
- TextTreeNode.cs
- VariableQuery.cs
- MiniLockedBorderGlyph.cs
- SettingsPropertyCollection.cs
- ExtensionWindow.cs
- SqlDataSourceSummaryPanel.cs
- DependencyPropertyKey.cs
- BamlRecordReader.cs
- WindowsListViewItemStartMenu.cs
- SmtpNtlmAuthenticationModule.cs
- EdmComplexTypeAttribute.cs
- TraceHwndHost.cs
- ListControlDesigner.cs
- HwndProxyElementProvider.cs
- MaskPropertyEditor.cs
- EventMemberCodeDomSerializer.cs
- GatewayDefinition.cs
- Converter.cs
- Model3D.cs
- TreeNodeEventArgs.cs
- AstTree.cs
- EventListenerClientSide.cs
- Token.cs
- CachedRequestParams.cs
- HorizontalAlignConverter.cs
- HelpProvider.cs
- ArcSegment.cs
- AutoResizedEvent.cs
- EntityContainerEntitySet.cs
- GradientStop.cs
- DialogResultConverter.cs
- DataContractSerializerOperationBehavior.cs
- LongPath.cs
- SimpleType.cs
- VideoDrawing.cs
- UrlMappingCollection.cs
- AllowedAudienceUriElementCollection.cs
- FixedSOMSemanticBox.cs
- ValidationPropertyAttribute.cs
- DefaultTextStore.cs
- SystemIcmpV6Statistics.cs
- SecurityMode.cs
- RtfFormatStack.cs
- LocatorManager.cs
- OciLobLocator.cs