Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- StringDictionary.cs
- SplitterPanelDesigner.cs
- StaticExtension.cs
- SignerInfo.cs
- ParameterToken.cs
- MaterialGroup.cs
- ContractSearchPattern.cs
- SudsCommon.cs
- DocumentStatusResources.cs
- SynchronizedReadOnlyCollection.cs
- KeyPullup.cs
- TreeViewTemplateSelector.cs
- FeatureManager.cs
- ReturnType.cs
- TextTreeRootNode.cs
- WizardSideBarListControlItem.cs
- SecurityElement.cs
- hwndwrapper.cs
- TextDecorationCollection.cs
- Processor.cs
- CustomWebEventKey.cs
- LassoSelectionBehavior.cs
- XmlUrlResolver.cs
- EditCommandColumn.cs
- ScriptIgnoreAttribute.cs
- Types.cs
- ButtonChrome.cs
- DataSourceProvider.cs
- PreviewKeyDownEventArgs.cs
- RenameRuleObjectDialog.cs
- SemanticResolver.cs
- BackgroundFormatInfo.cs
- Transform.cs
- ComplexBindingPropertiesAttribute.cs
- WizardPanel.cs
- SessionIDManager.cs
- DateTimeSerializationSection.cs
- EventDescriptor.cs
- PerformanceCounterLib.cs
- IsolatedStoragePermission.cs
- ElementNotAvailableException.cs
- DrawingVisualDrawingContext.cs
- ApplicationProxyInternal.cs
- BuildProvider.cs
- WsatConfiguration.cs
- RequestStatusBarUpdateEventArgs.cs
- Propagator.JoinPropagator.JoinPredicateVisitor.cs
- RotateTransform3D.cs
- TextCollapsingProperties.cs
- TypeSource.cs
- AncillaryOps.cs
- BasicHttpMessageCredentialType.cs
- Calendar.cs
- ClientConfigurationSystem.cs
- FlowDocumentPaginator.cs
- ElementProxy.cs
- InputDevice.cs
- DataGridViewRowEventArgs.cs
- TemplateBamlTreeBuilder.cs
- InfiniteIntConverter.cs
- PersonalizableAttribute.cs
- NativeRecognizer.cs
- TransactionException.cs
- RelationshipConstraintValidator.cs
- AssemblyBuilder.cs
- ResXResourceWriter.cs
- UrlMappingCollection.cs
- DbConnectionPool.cs
- ExecutionEngineException.cs
- CreateUserErrorEventArgs.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- ParameterElementCollection.cs
- DocumentDesigner.cs
- adornercollection.cs
- RelOps.cs
- LoginName.cs
- SynchronizationContext.cs
- TableLayout.cs
- CodeSnippetTypeMember.cs
- SQLByte.cs
- EventDrivenDesigner.cs
- ListViewUpdateEventArgs.cs
- ClientRuntimeConfig.cs
- ServiceTimeoutsBehavior.cs
- ProcessThread.cs
- ILGen.cs
- PathTooLongException.cs
- ProfilePropertyNameValidator.cs
- DbConnectionClosed.cs
- PathGeometry.cs
- _ShellExpression.cs
- MimeFormatter.cs
- TreeNode.cs
- WebControlParameterProxy.cs
- XmlSchemaDatatype.cs
- TransactionBridge.cs
- ColorEditor.cs
- RequestUriProcessor.cs
- PaintValueEventArgs.cs
- MemberListBinding.cs