Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Xml / System / Xml / Serialization / XmlIncludeAttribute.cs / 1 / XmlIncludeAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Serialization { using System; ////// /// [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Interface | AttributeTargets.Method, AllowMultiple=true)] public class XmlIncludeAttribute : System.Attribute { Type type; ///[To be supplied.] ////// /// public XmlIncludeAttribute(Type type) { this.type = type; } ///[To be supplied.] ////// /// public Type Type { get { return type; } set { type = 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
- XmlDataCollection.cs
- Mapping.cs
- DataGridViewComboBoxCell.cs
- PrivilegedConfigurationManager.cs
- PowerStatus.cs
- Missing.cs
- DataGridViewCellValueEventArgs.cs
- Operator.cs
- WorkerProcess.cs
- DataTableMappingCollection.cs
- ChangesetResponse.cs
- IriParsingElement.cs
- SystemNetworkInterface.cs
- ReferenceAssemblyAttribute.cs
- InvalidPrinterException.cs
- MenuItem.cs
- ParallelTimeline.cs
- AuthenticationException.cs
- SecurityTimestamp.cs
- OneOfElement.cs
- HijriCalendar.cs
- JsonReaderWriterFactory.cs
- Matrix3DValueSerializer.cs
- QueueProcessor.cs
- IndexedGlyphRun.cs
- SocketInformation.cs
- UnmanagedMemoryAccessor.cs
- Page.cs
- TemplateNameScope.cs
- Geometry3D.cs
- ImageConverter.cs
- Baml2006ReaderContext.cs
- SystemKeyConverter.cs
- AttributeUsageAttribute.cs
- PathTooLongException.cs
- ModuleElement.cs
- DataGridViewRowsAddedEventArgs.cs
- DiagnosticTraceSource.cs
- SymLanguageType.cs
- PrimitiveXmlSerializers.cs
- ConnectionPoint.cs
- DbProviderFactories.cs
- SettingsSavedEventArgs.cs
- DocumentGridContextMenu.cs
- GACMembershipCondition.cs
- ProxyAssemblyNotLoadedException.cs
- SelectionPattern.cs
- PhonemeEventArgs.cs
- altserialization.cs
- SymbolMethod.cs
- BaseValidator.cs
- OdbcFactory.cs
- PowerStatus.cs
- SequenceDesigner.cs
- ConsumerConnectionPointCollection.cs
- SqlClientWrapperSmiStreamChars.cs
- HuffmanTree.cs
- SpellerInterop.cs
- documentsequencetextview.cs
- DataGridViewRowStateChangedEventArgs.cs
- UpDownBaseDesigner.cs
- RulePatternOps.cs
- FormViewDeleteEventArgs.cs
- GridViewItemAutomationPeer.cs
- BinaryMethodMessage.cs
- MasterPageCodeDomTreeGenerator.cs
- DataColumnPropertyDescriptor.cs
- VideoDrawing.cs
- ParameterCollection.cs
- AssemblyCollection.cs
- XmlSchemaElement.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- TextSimpleMarkerProperties.cs
- PackagePart.cs
- TypedTableHandler.cs
- DataGridViewComboBoxColumn.cs
- DecimalKeyFrameCollection.cs
- ExpressionBuilderContext.cs
- UpdateTranslator.cs
- SocketStream.cs
- MemberRestriction.cs
- Binding.cs
- BitmapEffectInput.cs
- SqlParameterizer.cs
- IisTraceWebEventProvider.cs
- DateTimePicker.cs
- ChangeProcessor.cs
- ProtocolsSection.cs
- WindowsListView.cs
- DataGridViewRowPrePaintEventArgs.cs
- ScrollItemProviderWrapper.cs
- DataGridViewSelectedCellCollection.cs
- TextContainer.cs
- DbDeleteCommandTree.cs
- StorageInfo.cs
- LicenseContext.cs
- TakeOrSkipQueryOperator.cs
- FontFamilyIdentifier.cs
- UnsafeNativeMethods.cs
- CodeAssignStatement.cs