Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / Serialization / SoapEnumAttribute.cs / 1305376 / 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
- ApplicationCommands.cs
- connectionpool.cs
- ConversionContext.cs
- CapabilitiesPattern.cs
- MouseDevice.cs
- ColorContextHelper.cs
- AsymmetricAlgorithm.cs
- DataGridViewCellStyleChangedEventArgs.cs
- KeyedHashAlgorithm.cs
- ConcurrentBag.cs
- EncoderReplacementFallback.cs
- Trigger.cs
- WebPartRestoreVerb.cs
- SrgsRulesCollection.cs
- SqlSelectStatement.cs
- RadioButtonPopupAdapter.cs
- DetailsViewRow.cs
- Table.cs
- HttpHandlersInstallComponent.cs
- WebColorConverter.cs
- LogSwitch.cs
- FileReservationCollection.cs
- SelectionHighlightInfo.cs
- FilterFactory.cs
- DataGridViewCellContextMenuStripNeededEventArgs.cs
- FlowDocumentReaderAutomationPeer.cs
- ToolTipAutomationPeer.cs
- TableCell.cs
- AssemblyResourceLoader.cs
- ValueQuery.cs
- SendMessageRecord.cs
- TextProperties.cs
- CryptoStream.cs
- AssertUtility.cs
- HttpWriter.cs
- SqlDataReader.cs
- DataGridSortCommandEventArgs.cs
- Variable.cs
- DesignerSerializerAttribute.cs
- FormViewInsertEventArgs.cs
- ToolstripProfessionalRenderer.cs
- BitArray.cs
- XPathNavigator.cs
- BooleanFacetDescriptionElement.cs
- HijriCalendar.cs
- MatrixConverter.cs
- XmlCharCheckingWriter.cs
- VisualState.cs
- TraceSource.cs
- SequentialWorkflowHeaderFooter.cs
- OledbConnectionStringbuilder.cs
- ObjectHelper.cs
- CacheEntry.cs
- WebServicesInteroperability.cs
- SoapSchemaImporter.cs
- SymbolEqualComparer.cs
- WeakEventTable.cs
- PenLineCapValidation.cs
- SystemNetHelpers.cs
- TemplateManager.cs
- HwndTarget.cs
- Latin1Encoding.cs
- Query.cs
- SQLResource.cs
- UnsafeNativeMethods.cs
- RemotingAttributes.cs
- SwitchExpression.cs
- Stack.cs
- ResourceDescriptionAttribute.cs
- GroupBoxAutomationPeer.cs
- EventWaitHandle.cs
- EntityUtil.cs
- CompiledIdentityConstraint.cs
- TextElement.cs
- KeyValuePairs.cs
- WebHttpBehavior.cs
- CodeTypeConstructor.cs
- TextBox.cs
- EntityViewGenerationAttribute.cs
- Int16Converter.cs
- CodePageEncoding.cs
- CodeExporter.cs
- ObjectDataSourceChooseTypePanel.cs
- CurrencyWrapper.cs
- Int32Rect.cs
- NullableConverter.cs
- TextEditorThreadLocalStore.cs
- Table.cs
- FontInfo.cs
- MultilineStringConverter.cs
- HierarchicalDataBoundControl.cs
- XmlWhitespace.cs
- RelativeSource.cs
- ButtonBaseDesigner.cs
- MSAAWinEventWrap.cs
- HtmlInputFile.cs
- CodeDelegateInvokeExpression.cs
- UseLicense.cs
- IndexingContentUnit.cs
- RecognizeCompletedEventArgs.cs