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
- BufferedGraphicsManager.cs
- ObservableCollection.cs
- MethodCallTranslator.cs
- UInt32Storage.cs
- ScaleTransform.cs
- HttpHandler.cs
- HttpResponseInternalWrapper.cs
- XmlSchemaObject.cs
- StorageBasedPackageProperties.cs
- ComponentCollection.cs
- XmlAnyElementAttributes.cs
- SendSecurityHeader.cs
- RenderCapability.cs
- SoapMessage.cs
- OdbcFactory.cs
- SwitchElementsCollection.cs
- Figure.cs
- ResolveCriteriaCD1.cs
- RectValueSerializer.cs
- DriveInfo.cs
- Avt.cs
- XmlSequenceWriter.cs
- Privilege.cs
- SafeProcessHandle.cs
- DeflateEmulationStream.cs
- CompressedStack.cs
- CryptoStream.cs
- KernelTypeValidation.cs
- LocalizationComments.cs
- PageThemeBuildProvider.cs
- WebPartDisplayModeCancelEventArgs.cs
- ArraySegment.cs
- OperationFormatStyle.cs
- AsymmetricCryptoHandle.cs
- DictionaryEntry.cs
- WebPartConnectionsDisconnectVerb.cs
- EdmEntityTypeAttribute.cs
- ColorMap.cs
- View.cs
- MissingMemberException.cs
- Base64Encoding.cs
- WindowsListViewItemCheckBox.cs
- SimpleMailWebEventProvider.cs
- SystemPens.cs
- ProgressBarRenderer.cs
- DynamicResourceExtension.cs
- HostingEnvironment.cs
- XmlCharType.cs
- PersistenceException.cs
- MetadataWorkspace.cs
- SoapCodeExporter.cs
- SmtpNtlmAuthenticationModule.cs
- UIElementParagraph.cs
- SqlCacheDependencySection.cs
- LongValidator.cs
- LinkButton.cs
- SchemaUtility.cs
- PathSegment.cs
- DragDeltaEventArgs.cs
- SkewTransform.cs
- DefaultValueAttribute.cs
- MimePart.cs
- infer.cs
- AdRotator.cs
- WCFBuildProvider.cs
- CodeCatchClauseCollection.cs
- CanonicalizationDriver.cs
- XmlILIndex.cs
- OpCodes.cs
- ContractComponent.cs
- KeyInfo.cs
- _TimerThread.cs
- PropertyChange.cs
- HtmlSelectionListAdapter.cs
- Size.cs
- RankException.cs
- ChildTable.cs
- WebPartEventArgs.cs
- VectorAnimationBase.cs
- DictionarySectionHandler.cs
- TrustLevelCollection.cs
- GridViewCommandEventArgs.cs
- ImageIndexConverter.cs
- SQLGuidStorage.cs
- X509CertificateStore.cs
- FolderLevelBuildProvider.cs
- TraceSwitch.cs
- WorkflowOperationContext.cs
- StreamWithDictionary.cs
- BindingFormattingDialog.cs
- NativeWindow.cs
- InfiniteIntConverter.cs
- DocumentEventArgs.cs
- GroupDescription.cs
- ItemCollectionEditor.cs
- ProviderIncompatibleException.cs
- PrintPreviewGraphics.cs
- DataGridCommandEventArgs.cs
- XamlTypeMapperSchemaContext.cs
- CorrelationResolver.cs