Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Xml / System / Xml / Serialization / SoapIncludeAttribute.cs / 1 / SoapIncludeAttribute.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 SoapIncludeAttribute : System.Attribute { Type type; ///[To be supplied.] ////// /// public SoapIncludeAttribute(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 SoapIncludeAttribute : System.Attribute { Type type; ///[To be supplied.] ////// /// public SoapIncludeAttribute(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
- Label.cs
- TypeBuilder.cs
- BindingContext.cs
- InstanceDataCollection.cs
- EraserBehavior.cs
- HttpModulesInstallComponent.cs
- DoubleAnimationClockResource.cs
- ValueUtilsSmi.cs
- Misc.cs
- DbConnectionHelper.cs
- PermissionSetTriple.cs
- DataContract.cs
- webclient.cs
- FixedSOMElement.cs
- KnownTypesHelper.cs
- IListConverters.cs
- PDBReader.cs
- IListConverters.cs
- PointHitTestParameters.cs
- QuotedPrintableStream.cs
- PropertyCondition.cs
- TrimSurroundingWhitespaceAttribute.cs
- CacheMode.cs
- TransactionFilter.cs
- XmlArrayItemAttributes.cs
- SessionStateContainer.cs
- SolidBrush.cs
- SchemaCollectionCompiler.cs
- HMACSHA256.cs
- WorkflowQueuingService.cs
- MemberMaps.cs
- WorkflowMessageEventArgs.cs
- InputScopeNameConverter.cs
- GeometryGroup.cs
- EventPrivateKey.cs
- StringAttributeCollection.cs
- SqlFunctionAttribute.cs
- BitmapEffectGroup.cs
- ElementUtil.cs
- ModulesEntry.cs
- DynamicValueConverter.cs
- WindowsScrollBar.cs
- MetabaseSettings.cs
- CommandValueSerializer.cs
- ProviderConnectionPointCollection.cs
- MetadataSource.cs
- DescendantOverDescendantQuery.cs
- DocumentPaginator.cs
- XPathConvert.cs
- HttpModuleCollection.cs
- SHA256Cng.cs
- NativeMethods.cs
- SignatureHelper.cs
- PropertySourceInfo.cs
- PriorityBindingExpression.cs
- Attributes.cs
- Container.cs
- CodeObject.cs
- BaseDataListPage.cs
- FilteredAttributeCollection.cs
- OleDbConnectionFactory.cs
- CalendarDay.cs
- SiteMapDataSource.cs
- RbTree.cs
- WorkflowRuntimeElement.cs
- ImageDrawing.cs
- SecurityManager.cs
- KeyInstance.cs
- StorageEndPropertyMapping.cs
- LocalValueEnumerator.cs
- TreeNodeStyle.cs
- RSACryptoServiceProvider.cs
- WebMessageEncodingElement.cs
- TextBox.cs
- _WebProxyDataBuilder.cs
- HtmlInputPassword.cs
- MessageQueueInstaller.cs
- BamlCollectionHolder.cs
- WhitespaceRule.cs
- AuthenticationModuleElementCollection.cs
- ArrayElementGridEntry.cs
- TextModifierScope.cs
- StrokeNodeEnumerator.cs
- SettingsProviderCollection.cs
- DataGridViewRowPostPaintEventArgs.cs
- FullTextLine.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- DotExpr.cs
- IInstanceTable.cs
- DLinqColumnProvider.cs
- LeafCellTreeNode.cs
- XmlDocumentSerializer.cs
- RecipientInfo.cs
- PenLineCapValidation.cs
- HwndTarget.cs
- DataGridViewRowsAddedEventArgs.cs
- ComAdminInterfaces.cs
- DLinqTableProvider.cs
- FamilyMap.cs
- DataDocumentXPathNavigator.cs