Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Xml / System / Xml / Serialization / XmlTextAttribute.cs / 1 / XmlTextAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Serialization { using System; ////// /// [AttributeUsage(AttributeTargets.Field | AttributeTargets.Property | AttributeTargets.Parameter | AttributeTargets.ReturnValue)] public class XmlTextAttribute : System.Attribute { Type type; string dataType; ///[To be supplied.] ////// /// public XmlTextAttribute() { } ///[To be supplied.] ////// /// public XmlTextAttribute(Type type) { this.type = type; } ///[To be supplied.] ////// /// public Type Type { get { return type; } set { type = value; } } ///[To be supplied.] ////// /// public string DataType { get { return dataType == null ? string.Empty : dataType; } set { dataType = 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 | AttributeTargets.Property | AttributeTargets.Parameter | AttributeTargets.ReturnValue)] public class XmlTextAttribute : System.Attribute { Type type; string dataType; ///[To be supplied.] ////// /// public XmlTextAttribute() { } ///[To be supplied.] ////// /// public XmlTextAttribute(Type type) { this.type = type; } ///[To be supplied.] ////// /// public Type Type { get { return type; } set { type = value; } } ///[To be supplied.] ////// /// public string DataType { get { return dataType == null ? string.Empty : dataType; } set { dataType = 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
- ProcessModuleCollection.cs
- Validator.cs
- Int32.cs
- HtmlTable.cs
- DataGridViewRowEventArgs.cs
- OdbcDataAdapter.cs
- ErrorEventArgs.cs
- WindowsTitleBar.cs
- CodeDirectoryCompiler.cs
- PasswordBox.cs
- AlternateViewCollection.cs
- BitmapMetadata.cs
- dsa.cs
- NamedPipeAppDomainProtocolHandler.cs
- RoutedUICommand.cs
- AssociationTypeEmitter.cs
- MsmqProcessProtocolHandler.cs
- ToolStripDropDownClosedEventArgs.cs
- IChannel.cs
- DataGridViewTextBoxEditingControl.cs
- SafeFileHandle.cs
- SelectionListDesigner.cs
- ClientRuntimeConfig.cs
- CodeNamespaceImportCollection.cs
- SortFieldComparer.cs
- SQLBytesStorage.cs
- EncryptedXml.cs
- DashStyle.cs
- ActivityExecutorOperation.cs
- ToolTip.cs
- DesignColumn.cs
- SynchronizedMessageSource.cs
- FormViewDeletedEventArgs.cs
- ChangeInterceptorAttribute.cs
- printdlgexmarshaler.cs
- BrowserCapabilitiesFactoryBase.cs
- InstanceOwner.cs
- FieldCollectionEditor.cs
- MenuItemBinding.cs
- MediaElement.cs
- SymLanguageType.cs
- Mutex.cs
- ResourcePool.cs
- OleDbRowUpdatedEvent.cs
- EntityDataSourceSelectedEventArgs.cs
- ItemCollection.cs
- HelpProvider.cs
- ServiceEndpointAssociationProvider.cs
- ContextActivityUtils.cs
- SocketInformation.cs
- ExpandSegment.cs
- SmtpException.cs
- _OverlappedAsyncResult.cs
- CalendarAutoFormatDialog.cs
- QueueProcessor.cs
- ExtentCqlBlock.cs
- TearOffProxy.cs
- FormViewRow.cs
- StrokeNodeOperations2.cs
- FacetDescriptionElement.cs
- ConnectionModeReader.cs
- ComboBoxAutomationPeer.cs
- Button.cs
- Match.cs
- LabelInfo.cs
- CodeArgumentReferenceExpression.cs
- ResourcePart.cs
- TimelineCollection.cs
- BamlLocalizabilityResolver.cs
- EventMappingSettings.cs
- NoneExcludedImageIndexConverter.cs
- SafeArrayRankMismatchException.cs
- Models.cs
- DebugInfoExpression.cs
- StorageTypeMapping.cs
- wmiprovider.cs
- MarkupExtensionReturnTypeAttribute.cs
- SecurityProtocolFactory.cs
- AsyncResult.cs
- WebPartManagerInternals.cs
- GeometryDrawing.cs
- Buffer.cs
- TripleDESCryptoServiceProvider.cs
- PinnedBufferMemoryStream.cs
- AmbientProperties.cs
- WebControl.cs
- ComboBoxRenderer.cs
- DefinitionUpdate.cs
- TreeNodeStyle.cs
- PackageRelationshipCollection.cs
- ColorDialog.cs
- WindowsListViewItemStartMenu.cs
- DataGridParentRows.cs
- Vector3DAnimationUsingKeyFrames.cs
- TransformGroup.cs
- SoapProtocolImporter.cs
- Dictionary.cs
- ConstrainedDataObject.cs
- ListViewDataItem.cs
- RijndaelManaged.cs