Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- FrameworkContextData.cs
- DataGridViewRowErrorTextNeededEventArgs.cs
- ConfigurationElement.cs
- TraceUtils.cs
- ZipFileInfo.cs
- GPPOINT.cs
- WebPartConnectionsEventArgs.cs
- FontConverter.cs
- MethodAccessException.cs
- ListMarkerSourceInfo.cs
- DistinctQueryOperator.cs
- StyleReferenceConverter.cs
- MemberDescriptor.cs
- DiscoveryMessageSequence.cs
- NamedPermissionSet.cs
- PlatformNotSupportedException.cs
- HandlerFactoryCache.cs
- SQLInt32Storage.cs
- TraceXPathNavigator.cs
- MultiBindingExpression.cs
- NamespaceInfo.cs
- ConnectorSelectionGlyph.cs
- XmlSchemaIdentityConstraint.cs
- IdentifierService.cs
- XmlQuerySequence.cs
- HandleCollector.cs
- Size3DConverter.cs
- DataSourceControl.cs
- ToolboxComponentsCreatingEventArgs.cs
- StrokeNodeOperations2.cs
- SQLString.cs
- DoubleAnimation.cs
- PointLightBase.cs
- Geometry.cs
- Select.cs
- TraceContext.cs
- IndentedWriter.cs
- XmlDigitalSignatureProcessor.cs
- RemotingSurrogateSelector.cs
- DurableEnlistmentState.cs
- RuntimeConfigLKG.cs
- CryptoKeySecurity.cs
- StatusBar.cs
- BufferedOutputStream.cs
- EntityContainer.cs
- DbConvert.cs
- FormViewCommandEventArgs.cs
- Environment.cs
- SecUtil.cs
- QilDataSource.cs
- GlyphTypeface.cs
- WeakEventTable.cs
- HandleExceptionArgs.cs
- StylusPointCollection.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- _HelperAsyncResults.cs
- CodeSnippetTypeMember.cs
- BuilderElements.cs
- XamlSerializationHelper.cs
- ArcSegment.cs
- ConditionedDesigner.cs
- EntityViewContainer.cs
- FragmentQueryKB.cs
- OracleConnectionFactory.cs
- SByteConverter.cs
- TextBounds.cs
- WebPartMenu.cs
- SerialErrors.cs
- DigitalSignatureProvider.cs
- KeyNotFoundException.cs
- DbConnectionPoolGroupProviderInfo.cs
- ExceptionHelpers.cs
- ComPlusDiagnosticTraceSchemas.cs
- XmlObjectSerializerReadContextComplexJson.cs
- isolationinterop.cs
- _ConnectOverlappedAsyncResult.cs
- FastEncoder.cs
- InstanceData.cs
- MemberNameValidator.cs
- CellRelation.cs
- ContentPosition.cs
- DiagnosticTrace.cs
- SqlRowUpdatingEvent.cs
- SchemaType.cs
- HiddenFieldPageStatePersister.cs
- future.cs
- SqlNamer.cs
- DSASignatureDeformatter.cs
- SmiEventSink.cs
- GridViewCommandEventArgs.cs
- LambdaCompiler.ControlFlow.cs
- SchemaImporterExtensionsSection.cs
- Oid.cs
- DataViewManagerListItemTypeDescriptor.cs
- TimeSpanConverter.cs
- TimeManager.cs
- SerializationAttributes.cs
- OrderToken.cs
- Pointer.cs
- TreeNodeSelectionProcessor.cs