Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- MemberHolder.cs
- ToolStripDropDown.cs
- HashHelper.cs
- EventLogWatcher.cs
- ResourceContainer.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- TextOptions.cs
- TreeViewBindingsEditor.cs
- SqlClientFactory.cs
- DataErrorValidationRule.cs
- Types.cs
- Claim.cs
- HttpApplicationStateWrapper.cs
- SQLDoubleStorage.cs
- SecurityTokenParameters.cs
- Unit.cs
- DistributedTransactionPermission.cs
- AssemblyFilter.cs
- DetailsViewRow.cs
- EventManager.cs
- AppDomainUnloadedException.cs
- HideDisabledControlAdapter.cs
- BoolExpression.cs
- DataControlButton.cs
- CorePropertiesFilter.cs
- TemplateBuilder.cs
- DbConnectionInternal.cs
- SiteMapHierarchicalDataSourceView.cs
- MessagePropertyFilter.cs
- ColorConvertedBitmap.cs
- ChtmlTextWriter.cs
- GraphicsContext.cs
- WorkflowWebService.cs
- GeneralTransform3DCollection.cs
- DeflateStream.cs
- BinaryObjectWriter.cs
- ZipIOExtraFieldZip64Element.cs
- ExpiredSecurityTokenException.cs
- RotationValidation.cs
- ColorInterpolationModeValidation.cs
- DataBindingExpressionBuilder.cs
- WpfKnownType.cs
- CalendarKeyboardHelper.cs
- IntegerValidator.cs
- Task.cs
- TreeNodeCollection.cs
- GrammarBuilderRuleRef.cs
- ScaleTransform.cs
- ChannelSinkStacks.cs
- WebPartsPersonalizationAuthorization.cs
- MustUnderstandBehavior.cs
- Win32Native.cs
- XNameConverter.cs
- HtmlMobileTextWriter.cs
- HttpGetClientProtocol.cs
- GenericsNotImplementedException.cs
- BamlLocalizer.cs
- DataServiceRequestException.cs
- DesignerActionListCollection.cs
- StreamInfo.cs
- TextProviderWrapper.cs
- WinEventQueueItem.cs
- StickyNote.cs
- MenuItemBinding.cs
- GenericEnumerator.cs
- WebHostScriptMappingsInstallComponent.cs
- ColorTransformHelper.cs
- ComponentGlyph.cs
- FormsAuthenticationCredentials.cs
- AstNode.cs
- ImageSourceConverter.cs
- StorageComplexPropertyMapping.cs
- IResourceProvider.cs
- BinaryCommonClasses.cs
- PropertyTabChangedEvent.cs
- NodeFunctions.cs
- WebDisplayNameAttribute.cs
- SoapProtocolReflector.cs
- GlyphCache.cs
- GifBitmapDecoder.cs
- DefaultConfirmation.cs
- XomlSerializationHelpers.cs
- SortedList.cs
- DocumentPageHost.cs
- EntityDataSourceQueryBuilder.cs
- CmsInterop.cs
- ImageMetadata.cs
- MissingManifestResourceException.cs
- ListControlStringCollectionEditor.cs
- RoleGroupCollection.cs
- MsmqUri.cs
- PropertyPushdownHelper.cs
- SafeNativeMethods.cs
- SigningCredentials.cs
- LabelDesigner.cs
- BitmapEffectState.cs
- SqlGatherConsumedAliases.cs
- HyperLinkColumn.cs
- LoadedOrUnloadedOperation.cs
- ByeMessage11.cs