Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Xml / System / Xml / Serialization / SoapEnumAttribute.cs / 1 / SoapEnumAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Serialization { using System; ////// /// [AttributeUsage(AttributeTargets.Field)] public class SoapEnumAttribute : System.Attribute { string name; ///[To be supplied.] ////// /// public SoapEnumAttribute() { } ///[To be supplied.] ////// /// public SoapEnumAttribute(string name) { this.name = name; } ///[To be supplied.] ////// /// public string Name { get { return name == null ? string.Empty : 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 SoapEnumAttribute : System.Attribute { string name; ///[To be supplied.] ////// /// public SoapEnumAttribute() { } ///[To be supplied.] ////// /// public SoapEnumAttribute(string name) { this.name = name; } ///[To be supplied.] ////// /// public string Name { get { return name == null ? string.Empty : 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
- DescendantBaseQuery.cs
- ImageDrawing.cs
- ModuleElement.cs
- SettingsSection.cs
- RenderData.cs
- AttributeExtensions.cs
- UpdateRecord.cs
- EmissiveMaterial.cs
- EventDrivenDesigner.cs
- ViewStateModeByIdAttribute.cs
- DocumentGrid.cs
- ConditionalBranch.cs
- DesignerTransaction.cs
- ValidationSummary.cs
- AssemblyBuilder.cs
- GACMembershipCondition.cs
- WindowAutomationPeer.cs
- ImportException.cs
- InstanceNotReadyException.cs
- Message.cs
- RadioButtonAutomationPeer.cs
- PassportAuthenticationEventArgs.cs
- SafeRightsManagementSessionHandle.cs
- KeyInstance.cs
- XPathParser.cs
- ViewService.cs
- DataError.cs
- FontStyle.cs
- LeaseManager.cs
- SpnegoTokenAuthenticator.cs
- BrowserDefinitionCollection.cs
- StandardOleMarshalObject.cs
- CultureSpecificStringDictionary.cs
- GestureRecognitionResult.cs
- WebPartManager.cs
- MenuScrollingVisibilityConverter.cs
- HwndAppCommandInputProvider.cs
- MSAAEventDispatcher.cs
- IndexedString.cs
- WinFormsSpinner.cs
- OneToOneMappingSerializer.cs
- DataGridColumnHeadersPresenterAutomationPeer.cs
- PeerNameRecordCollection.cs
- DateTimeParse.cs
- SqlErrorCollection.cs
- MouseGestureValueSerializer.cs
- FormatConvertedBitmap.cs
- ObjectContextServiceProvider.cs
- DefinitionProperties.cs
- ProxyGenerator.cs
- XmlSchemaAppInfo.cs
- Screen.cs
- DirectionalLight.cs
- HMACSHA384.cs
- CancellationHandlerDesigner.cs
- XmlFormatExtensionPointAttribute.cs
- PenThreadWorker.cs
- AjaxFrameworkAssemblyAttribute.cs
- IntegrationExceptionEventArgs.cs
- CompilationLock.cs
- IteratorFilter.cs
- BaseParser.cs
- MdiWindowListItemConverter.cs
- SafeSystemMetrics.cs
- StatusBarPanelClickEvent.cs
- IODescriptionAttribute.cs
- WindowsIdentity.cs
- FrameworkElementAutomationPeer.cs
- PeerObject.cs
- MoveSizeWinEventHandler.cs
- FileClassifier.cs
- ADConnectionHelper.cs
- QueryStringHandler.cs
- PenContexts.cs
- TableLayoutPanel.cs
- COM2PropertyDescriptor.cs
- SystemColors.cs
- System.Data.OracleClient_BID.cs
- TriggerCollection.cs
- HttpInputStream.cs
- FixedSOMFixedBlock.cs
- DataGridViewBand.cs
- ToolStripRendererSwitcher.cs
- FileDialog.cs
- DragDropManager.cs
- ComPersistableTypeElementCollection.cs
- SolidColorBrush.cs
- ArraySubsetEnumerator.cs
- QuaternionConverter.cs
- util.cs
- SmtpException.cs
- FormatterConverter.cs
- WebPartUserCapability.cs
- SmtpClient.cs
- FontCacheUtil.cs
- ApplicationSecurityInfo.cs
- HostSecurityManager.cs
- UIElementCollection.cs
- PerformanceCountersElement.cs
- BlockingCollection.cs