Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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. // Copyright (c) Microsoft Corporation. All rights reserved.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- WebPartActionVerb.cs
- CatalogPart.cs
- WindowsTooltip.cs
- X509SecurityTokenProvider.cs
- Privilege.cs
- DataAdapter.cs
- Accessible.cs
- ColorTransformHelper.cs
- UniqueSet.cs
- _TransmitFileOverlappedAsyncResult.cs
- VectorAnimationBase.cs
- COM2PropertyBuilderUITypeEditor.cs
- ImpersonateTokenRef.cs
- ButtonFieldBase.cs
- LateBoundBitmapDecoder.cs
- ControlType.cs
- ItemList.cs
- ServiceObjectContainer.cs
- ArrayHelper.cs
- MouseWheelEventArgs.cs
- DSASignatureFormatter.cs
- GridProviderWrapper.cs
- BoundField.cs
- ItemChangedEventArgs.cs
- SessionStateContainer.cs
- BinaryNode.cs
- PassportAuthenticationModule.cs
- DynamicDataRouteHandler.cs
- MappedMetaModel.cs
- ChangesetResponse.cs
- Clipboard.cs
- ExpanderAutomationPeer.cs
- MemberJoinTreeNode.cs
- CodeIdentifiers.cs
- CodeLabeledStatement.cs
- GridView.cs
- ThrowOnMultipleAssignment.cs
- DependencyProperty.cs
- TableLayoutPanelCellPosition.cs
- WindowsFormsSynchronizationContext.cs
- EntityDataSourceContextDisposingEventArgs.cs
- BrowserCapabilitiesCodeGenerator.cs
- BitmapEncoder.cs
- GridViewDeleteEventArgs.cs
- MethodBuilder.cs
- XsdCachingReader.cs
- Environment.cs
- ArrangedElementCollection.cs
- ColumnMapCopier.cs
- DelayedRegex.cs
- Section.cs
- LiteralTextParser.cs
- Repeater.cs
- PrintDialog.cs
- ExecutionEngineException.cs
- FixedElement.cs
- UserControlFileEditor.cs
- CodeSnippetTypeMember.cs
- TreeChangeInfo.cs
- Positioning.cs
- ToolStripItemDesigner.cs
- ConnectionManagementElement.cs
- DesignerOptionService.cs
- ViewBase.cs
- VBCodeProvider.cs
- DispatcherExceptionFilterEventArgs.cs
- HostProtectionPermission.cs
- SqlWriter.cs
- SequentialUshortCollection.cs
- Point3DCollectionConverter.cs
- ClientSettingsProvider.cs
- ReadOnlyState.cs
- CheckBox.cs
- EnumerableCollectionView.cs
- HandleExceptionArgs.cs
- dbenumerator.cs
- XmlSchemaAttributeGroupRef.cs
- Point3DConverter.cs
- ElementHost.cs
- ResXResourceWriter.cs
- PeerCredentialElement.cs
- SelectionRangeConverter.cs
- DbCommandDefinition.cs
- TemplatedMailWebEventProvider.cs
- JpegBitmapEncoder.cs
- DataGridViewComboBoxEditingControl.cs
- PopupRootAutomationPeer.cs
- RequestContext.cs
- EventHandlerService.cs
- InitializationEventAttribute.cs
- SQLCharsStorage.cs
- TableLayoutPanelDesigner.cs
- XmlILStorageConverter.cs
- ButtonStandardAdapter.cs
- WebPartDisplayModeEventArgs.cs
- CompiledQuery.cs
- HandlerElementCollection.cs
- LineServicesRun.cs
- Int64Storage.cs
- TypeDescriptionProvider.cs