Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / Serialization / XmlTextAttribute.cs / 1305376 / 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.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RtfControls.cs
- TargetControlTypeCache.cs
- ScriptingRoleServiceSection.cs
- CodeDOMProvider.cs
- AssemblyAttributesGoHere.cs
- HashMembershipCondition.cs
- UserPreferenceChangingEventArgs.cs
- StrokeCollectionConverter.cs
- WebPartConnectionsEventArgs.cs
- FontUnitConverter.cs
- ConnectionsZone.cs
- LongCountAggregationOperator.cs
- BaseParagraph.cs
- Brush.cs
- OperationAbortedException.cs
- SchemaMapping.cs
- TreeNodeCollection.cs
- RangeValidator.cs
- HttpRequest.cs
- DrawListViewSubItemEventArgs.cs
- DataBinder.cs
- VScrollProperties.cs
- AbsoluteQuery.cs
- RoutedEvent.cs
- CookieParameter.cs
- SystemIPGlobalProperties.cs
- SignedXml.cs
- ZoomPercentageConverter.cs
- DetailsViewPagerRow.cs
- Attribute.cs
- PartManifestEntry.cs
- CatalogPart.cs
- SchemaNotation.cs
- TableItemStyle.cs
- CfgParser.cs
- ChineseLunisolarCalendar.cs
- NamespaceQuery.cs
- ToolboxItemFilterAttribute.cs
- TimeZone.cs
- AppearanceEditorPart.cs
- columnmapkeybuilder.cs
- Membership.cs
- PortCache.cs
- BindingEditor.xaml.cs
- StorageEntityTypeMapping.cs
- AnonymousIdentificationSection.cs
- TransformGroup.cs
- TextMessageEncodingBindingElement.cs
- Triplet.cs
- CriticalFinalizerObject.cs
- Timer.cs
- SimpleWorkerRequest.cs
- OrElse.cs
- DesignerObject.cs
- Exception.cs
- SqlAggregateChecker.cs
- InstancePersistenceCommand.cs
- VBIdentifierDesigner.xaml.cs
- DbTransaction.cs
- StrokeFIndices.cs
- CatalogPart.cs
- AssociationSet.cs
- FixedSchema.cs
- XmlIgnoreAttribute.cs
- TargetInvocationException.cs
- DbModificationCommandTree.cs
- IntSecurity.cs
- HttpApplication.cs
- DataPager.cs
- VSWCFServiceContractGenerator.cs
- VisualBrush.cs
- DynamicRendererThreadManager.cs
- XmlMembersMapping.cs
- TypeToken.cs
- OleDbError.cs
- PrivilegedConfigurationManager.cs
- RealizationContext.cs
- AQNBuilder.cs
- SafeFileMappingHandle.cs
- SyndicationDeserializer.cs
- QuotedPrintableStream.cs
- Pair.cs
- RedBlackList.cs
- PopupRoot.cs
- WmlValidatorAdapter.cs
- ReachPageContentSerializer.cs
- RequestCachePolicy.cs
- GenericRootAutomationPeer.cs
- XPathDocumentBuilder.cs
- GeneralTransform3DGroup.cs
- Cursor.cs
- Sql8ExpressionRewriter.cs
- ExcludeFromCodeCoverageAttribute.cs
- ResizingMessageFilter.cs
- IsolationInterop.cs
- AppDomainProtocolHandler.cs
- Expander.cs
- CriticalExceptions.cs
- ParserStreamGeometryContext.cs
- InstanceKey.cs