Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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. // 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
- safex509handles.cs
- WebSysDefaultValueAttribute.cs
- ValidationRuleCollection.cs
- RawTextInputReport.cs
- ControlPropertyNameConverter.cs
- SmtpAuthenticationManager.cs
- OLEDB_Util.cs
- XPathNodePointer.cs
- ConditionalAttribute.cs
- BaseValidator.cs
- WebPartCatalogCloseVerb.cs
- CodePageEncoding.cs
- RewritingProcessor.cs
- CompiledXpathExpr.cs
- EventLogTraceListener.cs
- DelegateArgument.cs
- WCFServiceClientProxyGenerator.cs
- IMembershipProvider.cs
- SecurityManager.cs
- Pair.cs
- ColorInterpolationModeValidation.cs
- RightsManagementEncryptionTransform.cs
- WebServiceTypeData.cs
- EmptyStringExpandableObjectConverter.cs
- UITypeEditor.cs
- WebPartManagerInternals.cs
- UnionCodeGroup.cs
- BStrWrapper.cs
- XmlSchemaProviderAttribute.cs
- MappingModelBuildProvider.cs
- ClientTargetSection.cs
- _SafeNetHandles.cs
- CompoundFileReference.cs
- DataObjectMethodAttribute.cs
- LoginUtil.cs
- RuleValidation.cs
- RefreshEventArgs.cs
- SystemColors.cs
- FileDataSourceCache.cs
- NavigationProperty.cs
- HyperLinkDataBindingHandler.cs
- MessagingDescriptionAttribute.cs
- PieceDirectory.cs
- Material.cs
- ReadOnlyDataSourceView.cs
- SerialReceived.cs
- FormatterConverter.cs
- SqlDataSourceTableQuery.cs
- XmlQueryStaticData.cs
- SessionState.cs
- DataProtection.cs
- Predicate.cs
- CounterSample.cs
- SecurityTokenProviderContainer.cs
- XmlQuerySequence.cs
- DynamicRendererThreadManager.cs
- UnsafeNativeMethods.cs
- MetricEntry.cs
- CodeSnippetCompileUnit.cs
- ProviderConnectionPoint.cs
- Size.cs
- IBuiltInEvidence.cs
- ThicknessAnimationBase.cs
- DoubleKeyFrameCollection.cs
- TableRow.cs
- NumberFunctions.cs
- DbConnectionHelper.cs
- OutputCacheSettingsSection.cs
- PackWebRequest.cs
- FontFamily.cs
- ProgressBar.cs
- ClientFormsAuthenticationCredentials.cs
- WebPartHelpVerb.cs
- TickBar.cs
- LocatorManager.cs
- AuthenticodeSignatureInformation.cs
- ParallelRangeManager.cs
- BevelBitmapEffect.cs
- BinaryMethodMessage.cs
- RoutedEventValueSerializer.cs
- CreateInstanceBinder.cs
- CapabilitiesSection.cs
- SqlBulkCopyColumnMappingCollection.cs
- Regex.cs
- FormatterServices.cs
- TrustManagerMoreInformation.cs
- WebPartTracker.cs
- SchemaInfo.cs
- ModelChangedEventArgsImpl.cs
- ObjectContextServiceProvider.cs
- _BufferOffsetSize.cs
- TimeZoneInfo.cs
- _FixedSizeReader.cs
- GZipUtils.cs
- VersionUtil.cs
- ContextMenuStrip.cs
- InvalidCastException.cs
- TrackingValidationObjectDictionary.cs
- SafeViewOfFileHandle.cs
- StreamSecurityUpgradeInitiatorAsyncResult.cs