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
- UserMapPath.cs
- TemplateBaseAction.cs
- dsa.cs
- ZipArchive.cs
- ResourceCategoryAttribute.cs
- WhitespaceRuleReader.cs
- PhysicalFontFamily.cs
- followingsibling.cs
- NGCUIElementCollectionSerializerAsync.cs
- PasswordRecovery.cs
- WindowsAuthenticationEventArgs.cs
- SettingsPropertyCollection.cs
- x509utils.cs
- XomlCompilerError.cs
- MatcherBuilder.cs
- ItemsControlAutomationPeer.cs
- SmiContext.cs
- _HelperAsyncResults.cs
- AbandonedMutexException.cs
- Parsers.cs
- ThrowOnMultipleAssignment.cs
- ManifestSignedXml.cs
- DesigntimeLicenseContext.cs
- GroupStyle.cs
- PriorityChain.cs
- Util.cs
- HttpGetServerProtocol.cs
- TableRowGroup.cs
- BinaryWriter.cs
- PriorityQueue.cs
- PageContentCollection.cs
- EncryptedKey.cs
- XmlCharType.cs
- BindStream.cs
- Empty.cs
- SID.cs
- BamlWriter.cs
- ResumeStoryboard.cs
- XmlDataSourceNodeDescriptor.cs
- CompositionAdorner.cs
- TreeViewHitTestInfo.cs
- QilLiteral.cs
- ResourceDictionary.cs
- XmlSiteMapProvider.cs
- IPipelineRuntime.cs
- _ServiceNameStore.cs
- ManifestBasedResourceGroveler.cs
- VectorCollectionValueSerializer.cs
- QueryStringParameter.cs
- QueryAsyncResult.cs
- RayHitTestParameters.cs
- FaultImportOptions.cs
- ReadOnlyNameValueCollection.cs
- XPathSelfQuery.cs
- DynamicDiscoveryDocument.cs
- LayoutEvent.cs
- LookupTables.cs
- errorpatternmatcher.cs
- HScrollProperties.cs
- SafeHandle.cs
- NativeMethods.cs
- RolePrincipal.cs
- CalendarDateRangeChangingEventArgs.cs
- ReflectionPermission.cs
- SplitterEvent.cs
- Filter.cs
- Parameter.cs
- ListBindingHelper.cs
- ListMarkerSourceInfo.cs
- PersonalizationAdministration.cs
- MobilePage.cs
- ViewCellSlot.cs
- PerformanceCounterPermissionAttribute.cs
- SqlColumnizer.cs
- WebServiceReceive.cs
- CriticalFinalizerObject.cs
- MenuEventArgs.cs
- MenuCommand.cs
- InfoCardSymmetricCrypto.cs
- AspNetRouteServiceHttpHandler.cs
- WorkflowServiceBehavior.cs
- Transform.cs
- Literal.cs
- ListViewInsertionMark.cs
- StylusShape.cs
- StrokeCollection.cs
- EntityDataSourceEntityTypeFilterItem.cs
- RowToParametersTransformer.cs
- _HeaderInfo.cs
- DbInsertCommandTree.cs
- StylusCaptureWithinProperty.cs
- FunctionDescription.cs
- ellipse.cs
- FileDialog_Vista_Interop.cs
- HtmlTableCell.cs
- SchemaImporterExtensionElement.cs
- PassportAuthentication.cs
- InvalidPropValue.cs
- JournalEntryListConverter.cs
- ManagementObject.cs