Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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. //------------------------------------------------------------------------------ //[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
- PipeSecurity.cs
- DecoderFallbackWithFailureFlag.cs
- XmlSerializationGeneratedCode.cs
- ListControl.cs
- webeventbuffer.cs
- ZipIORawDataFileBlock.cs
- DocumentPageView.cs
- FrameworkContentElementAutomationPeer.cs
- BindToObject.cs
- UniqueSet.cs
- AssemblySettingAttributes.cs
- CaseCqlBlock.cs
- DESCryptoServiceProvider.cs
- DecoderExceptionFallback.cs
- DataGridViewColumnCollection.cs
- Evidence.cs
- DataGridViewCellMouseEventArgs.cs
- XPathParser.cs
- UnsafeNativeMethods.cs
- ObjectStorage.cs
- Adorner.cs
- RTLAwareMessageBox.cs
- ConstantProjectedSlot.cs
- TextContainerChangeEventArgs.cs
- WorkflowPageSetupDialog.cs
- ProfileElement.cs
- RedirectionProxy.cs
- DataGridCell.cs
- RawAppCommandInputReport.cs
- safesecurityhelperavalon.cs
- Registry.cs
- TableSectionStyle.cs
- BigInt.cs
- HMACMD5.cs
- ReadOnlyCollection.cs
- SchemaNamespaceManager.cs
- LineSegment.cs
- KnownAssembliesSet.cs
- AppearanceEditorPart.cs
- InputBindingCollection.cs
- SmtpNtlmAuthenticationModule.cs
- OdbcErrorCollection.cs
- HtmlInputImage.cs
- TextStore.cs
- NonBatchDirectoryCompiler.cs
- NavigateEvent.cs
- HostingEnvironmentException.cs
- InputProcessorProfilesLoader.cs
- WorkflowMessageEventHandler.cs
- DataGridViewToolTip.cs
- AttachmentCollection.cs
- ImageSource.cs
- DeobfuscatingStream.cs
- FileSecurity.cs
- _Win32.cs
- BrushConverter.cs
- DbgUtil.cs
- UnSafeCharBuffer.cs
- MetafileHeaderWmf.cs
- OpenTypeLayout.cs
- XNameTypeConverter.cs
- HMACRIPEMD160.cs
- SpeechRecognizer.cs
- Columns.cs
- MultiTrigger.cs
- ComponentResourceKeyConverter.cs
- SHA256Managed.cs
- WebSysDisplayNameAttribute.cs
- BeginStoryboard.cs
- Wizard.cs
- Sql8ConformanceChecker.cs
- ListChangedEventArgs.cs
- HttpStaticObjectsCollectionWrapper.cs
- ObjectTypeMapping.cs
- PageTheme.cs
- GenericUriParser.cs
- CheckableControlBaseAdapter.cs
- DocumentGridPage.cs
- AutoGeneratedField.cs
- HexParser.cs
- IdentityReference.cs
- OracleException.cs
- WindowsContainer.cs
- SecurityCriticalDataForSet.cs
- TypeInitializationException.cs
- ProviderMetadata.cs
- CategoryGridEntry.cs
- CaseInsensitiveHashCodeProvider.cs
- LinqDataSourceContextData.cs
- LaxModeSecurityHeaderElementInferenceEngine.cs
- ImageClickEventArgs.cs
- UserControlFileEditor.cs
- UInt32.cs
- TextAutomationPeer.cs
- VisualStyleElement.cs
- SettingsPropertyValue.cs
- KeyConstraint.cs
- InternalBase.cs
- ConsumerConnectionPointCollection.cs
- StateMachine.cs