Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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. // Copyright (c) Microsoft Corporation. All rights reserved.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- _AutoWebProxyScriptWrapper.cs
- ApplicationManager.cs
- WmlValidatorAdapter.cs
- ProcessManager.cs
- ObjectPersistData.cs
- RevocationPoint.cs
- ContextMarshalException.cs
- FacetEnabledSchemaElement.cs
- XmlSerializableServices.cs
- ProcessingInstructionAction.cs
- TextEndOfSegment.cs
- TextEvent.cs
- SecondaryIndex.cs
- NullEntityWrapper.cs
- _ContextAwareResult.cs
- ProxyAttribute.cs
- SimpleApplicationHost.cs
- MetadataPropertyAttribute.cs
- VisualStateGroup.cs
- CodePageUtils.cs
- IfAction.cs
- ValueCollectionParameterReader.cs
- EventsTab.cs
- MimeBasePart.cs
- MatrixStack.cs
- DispatcherExceptionFilterEventArgs.cs
- SpecularMaterial.cs
- HiddenField.cs
- FragmentNavigationEventArgs.cs
- ChangeBlockUndoRecord.cs
- XPathExpr.cs
- sqlpipe.cs
- RegionData.cs
- AutoResetEvent.cs
- HtmlMeta.cs
- CachedFontFamily.cs
- WindowsListViewItem.cs
- XPathSelectionIterator.cs
- PropertyEmitterBase.cs
- Operator.cs
- WindowProviderWrapper.cs
- Contracts.cs
- SafeLibraryHandle.cs
- XmlNamespaceDeclarationsAttribute.cs
- ReceiveSecurityHeaderElementManager.cs
- HttpStreamMessage.cs
- UrlMappingsModule.cs
- PackWebRequestFactory.cs
- GrammarBuilder.cs
- TextDecorationCollectionConverter.cs
- XmlNamespaceMappingCollection.cs
- _BaseOverlappedAsyncResult.cs
- DataServiceEntityAttribute.cs
- DeferredSelectedIndexReference.cs
- LogicalTreeHelper.cs
- TileBrush.cs
- CompilerGeneratedAttribute.cs
- BrushProxy.cs
- ProviderIncompatibleException.cs
- HtmlShim.cs
- TableAdapterManagerNameHandler.cs
- GraphicsContext.cs
- XmlUTF8TextReader.cs
- PropertyRecord.cs
- WebPartVerbCollection.cs
- FontCacheUtil.cs
- Internal.cs
- SynchronizedDispatch.cs
- DependencyObject.cs
- FixedSOMTextRun.cs
- SelectionItemProviderWrapper.cs
- ClickablePoint.cs
- ProxyAttribute.cs
- ExpandCollapseProviderWrapper.cs
- SmiRequestExecutor.cs
- DataRecordInternal.cs
- PasswordBoxAutomationPeer.cs
- ReadOnlyDataSourceView.cs
- XMLUtil.cs
- WindowsComboBox.cs
- PersonalizationProviderHelper.cs
- FramingDecoders.cs
- SmiSettersStream.cs
- RegexWorker.cs
- RecognizerStateChangedEventArgs.cs
- PrintDialog.cs
- SizeChangedInfo.cs
- SchemaElementLookUpTableEnumerator.cs
- DependencyObjectCodeDomSerializer.cs
- ResourceWriter.cs
- xsdvalidator.cs
- entitydatasourceentitysetnameconverter.cs
- HelpEvent.cs
- ServerValidateEventArgs.cs
- StateMachine.cs
- CodeSnippetCompileUnit.cs
- HostedAspNetEnvironment.cs
- ContourSegment.cs
- InternalCache.cs
- ManagementNamedValueCollection.cs