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

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Compiler.cs
- OutputCacheSettings.cs
- VoiceSynthesis.cs
- HTMLTagNameToTypeMapper.cs
- TypeUsage.cs
- DataGridViewCheckBoxCell.cs
- ObjectConverter.cs
- CatalogZoneBase.cs
- Image.cs
- SmiMetaDataProperty.cs
- DescriptionAttribute.cs
- ImageUrlEditor.cs
- ObjectCacheHost.cs
- WindowsGraphicsWrapper.cs
- TextBounds.cs
- CodePropertyReferenceExpression.cs
- StylusButtonEventArgs.cs
- OptionalRstParameters.cs
- ConfigurationElementProperty.cs
- OdbcParameterCollection.cs
- SystemColorTracker.cs
- FrameworkContentElement.cs
- Transform.cs
- TTSEvent.cs
- StorageMappingItemCollection.cs
- Int32CAMarshaler.cs
- SelfIssuedSamlTokenFactory.cs
- Update.cs
- CodeChecksumPragma.cs
- ConnectionProviderAttribute.cs
- StyleXamlTreeBuilder.cs
- CultureSpecificCharacterBufferRange.cs
- _ConnectStream.cs
- ResourceCodeDomSerializer.cs
- SHA1Cng.cs
- CapabilitiesAssignment.cs
- CqlBlock.cs
- SqlHelper.cs
- HotSpot.cs
- NativeMethods.cs
- GlyphRunDrawing.cs
- RemoteWebConfigurationHost.cs
- FontFaceLayoutInfo.cs
- MappingSource.cs
- IdentityElement.cs
- RuleRef.cs
- ThemeDictionaryExtension.cs
- DataGridViewRowCollection.cs
- HttpWebRequest.cs
- ImpersonationContext.cs
- ServiceOperationUIEditor.cs
- FunctionDescription.cs
- DetailsViewRow.cs
- RandomNumberGenerator.cs
- Timer.cs
- UpdatePanelControlTrigger.cs
- RelationshipManager.cs
- LinkedList.cs
- TypeBuilder.cs
- FlowPosition.cs
- ClosableStream.cs
- RolePrincipal.cs
- GPRECT.cs
- WebContext.cs
- Point3DCollection.cs
- ColorMatrix.cs
- FloaterParagraph.cs
- MenuAutomationPeer.cs
- ListSourceHelper.cs
- ForeignConstraint.cs
- XmlSchemaInclude.cs
- ProviderBase.cs
- SetMemberBinder.cs
- Speller.cs
- DataGridSortCommandEventArgs.cs
- DataControlImageButton.cs
- SecureConversationDriver.cs
- SortedSet.cs
- DataStreams.cs
- FullTextLine.cs
- EncodingFallbackAwareXmlTextWriter.cs
- ResourceDescriptionAttribute.cs
- CustomAttributeBuilder.cs
- WebBrowserContainer.cs
- DefaultPrintController.cs
- KerberosReceiverSecurityToken.cs
- ReferenceEqualityComparer.cs
- ComboBoxItem.cs
- _NativeSSPI.cs
- Column.cs
- ExecutionEngineException.cs
- PersonalizationProvider.cs
- ElementNotEnabledException.cs
- FixedSOMTextRun.cs
- BaseParagraph.cs
- JsonQNameDataContract.cs
- BitVector32.cs
- Tokenizer.cs
- WebPartUserCapability.cs
- DetailsViewUpdateEventArgs.cs