Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- ProfessionalColors.cs
- PrimitiveXmlSerializers.cs
- FixedStringLookup.cs
- DefaultPropertyAttribute.cs
- DynamicMethod.cs
- EntryPointNotFoundException.cs
- DmlSqlGenerator.cs
- TextBlock.cs
- ReadOnlyHierarchicalDataSource.cs
- EmptyEnumerable.cs
- EntityUtil.cs
- GPRECT.cs
- StrokeCollection2.cs
- EventProvider.cs
- SwitchElementsCollection.cs
- SecurityHelper.cs
- ChainOfResponsibility.cs
- ButtonChrome.cs
- MissingManifestResourceException.cs
- WeakReferenceKey.cs
- EntityViewContainer.cs
- SymbolMethod.cs
- BlurEffect.cs
- Section.cs
- SearchExpression.cs
- SHA1CryptoServiceProvider.cs
- HTTPNotFoundHandler.cs
- TextRangeEdit.cs
- SqlRecordBuffer.cs
- WebPartTransformerCollection.cs
- PtsPage.cs
- DefaultValidator.cs
- MessageSecurityProtocol.cs
- listviewsubitemcollectioneditor.cs
- EntityDataSourceWrapperPropertyDescriptor.cs
- Span.cs
- regiisutil.cs
- HMAC.cs
- WindowsEditBox.cs
- MobileListItemCollection.cs
- CharEnumerator.cs
- DataServiceBuildProvider.cs
- BitHelper.cs
- GradientBrush.cs
- WebScriptEndpointElement.cs
- MsmqBindingElementBase.cs
- odbcmetadatafactory.cs
- ReturnEventArgs.cs
- mil_commands.cs
- UserMapPath.cs
- RandomNumberGenerator.cs
- DataSourceHelper.cs
- DurableInstancingOptions.cs
- PointCollectionConverter.cs
- ResourceSetExpression.cs
- Nullable.cs
- HwndTarget.cs
- DataContext.cs
- NameTable.cs
- FutureFactory.cs
- PageSettings.cs
- DataGridViewDesigner.cs
- CompilerLocalReference.cs
- RoleManagerSection.cs
- MemoryFailPoint.cs
- XamlPointCollectionSerializer.cs
- NativeMethods.cs
- PlatformCulture.cs
- ByteConverter.cs
- ComponentManagerBroker.cs
- OrderedDictionaryStateHelper.cs
- GregorianCalendarHelper.cs
- SqlAliasesReferenced.cs
- KeyGestureValueSerializer.cs
- MatrixAnimationUsingPath.cs
- UserControlCodeDomTreeGenerator.cs
- WebBrowserContainer.cs
- xmlfixedPageInfo.cs
- ReadingWritingEntityEventArgs.cs
- DataGridViewRowErrorTextNeededEventArgs.cs
- TemplateAction.cs
- HighlightComponent.cs
- ComAdminInterfaces.cs
- AttributeCollection.cs
- DataRow.cs
- ListSurrogate.cs
- OutOfProcStateClientManager.cs
- InternalResources.cs
- LateBoundBitmapDecoder.cs
- CodeDesigner.cs
- GridViewRowCollection.cs
- LocalizabilityAttribute.cs
- ChannelServices.cs
- CheckBoxField.cs
- DependencyPropertyChangedEventArgs.cs
- hebrewshape.cs
- HtmlButton.cs
- SmtpTransport.cs
- ScaleTransform.cs
- DispatcherObject.cs