Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / Serialization / XmlReflectionMember.cs / 1305376 / XmlReflectionMember.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Serialization { using System; ////// /// /// public class XmlReflectionMember { string memberName; Type type; XmlAttributes xmlAttributes = new XmlAttributes(); SoapAttributes soapAttributes = new SoapAttributes(); bool isReturnValue; bool overrideIsNullable; ///[To be supplied.] ////// /// public Type MemberType { get { return type; } set { type = value; } } ///[To be supplied.] ////// /// public XmlAttributes XmlAttributes { get { return xmlAttributes; } set { xmlAttributes = value; } } ///[To be supplied.] ////// /// public SoapAttributes SoapAttributes { get { return soapAttributes; } set { soapAttributes = value; } } ///[To be supplied.] ////// /// public string MemberName { get { return memberName == null ? string.Empty : memberName; } set { memberName = value; } } ///[To be supplied.] ////// /// public bool IsReturnValue { get { return isReturnValue; } set { isReturnValue = value; } } ///[To be supplied.] ////// /// public bool OverrideIsNullable { get { return overrideIsNullable; } set { overrideIsNullable = 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
- PageContentCollection.cs
- EventWaitHandleSecurity.cs
- XmlSchemaAttributeGroupRef.cs
- SwitchAttribute.cs
- FindCriteriaElement.cs
- AssemblyInfo.cs
- MachineSettingsSection.cs
- ProcessModuleCollection.cs
- ReliabilityContractAttribute.cs
- Thread.cs
- ReceiveActivity.cs
- DataControlField.cs
- RemoteCryptoSignHashRequest.cs
- DataGridViewRowContextMenuStripNeededEventArgs.cs
- WebPartConnectionsEventArgs.cs
- TableItemStyle.cs
- CryptoConfig.cs
- EditorZoneBase.cs
- CaseExpr.cs
- CodeTypeReference.cs
- BindingNavigatorDesigner.cs
- PageThemeCodeDomTreeGenerator.cs
- ScriptResourceMapping.cs
- FormViewUpdateEventArgs.cs
- EntityException.cs
- VectorConverter.cs
- ConfigurationStrings.cs
- Screen.cs
- GenericsNotImplementedException.cs
- WindowsRegion.cs
- XPathArrayIterator.cs
- IsolatedStorageFileStream.cs
- WorkflowMarkupElementEventArgs.cs
- Delay.cs
- RegexWorker.cs
- IOException.cs
- TextTreeObjectNode.cs
- MarkupExtensionReturnTypeAttribute.cs
- TrackingProfileCache.cs
- SQLByteStorage.cs
- IsolationInterop.cs
- _SslStream.cs
- HttpServerVarsCollection.cs
- MetadataCache.cs
- CaseInsensitiveHashCodeProvider.cs
- UshortList2.cs
- _AuthenticationState.cs
- HitTestWithPointDrawingContextWalker.cs
- SoapAttributes.cs
- rsa.cs
- InvalidCommandTreeException.cs
- ParameterRetriever.cs
- NativeMethods.cs
- FieldNameLookup.cs
- TextCharacters.cs
- HybridObjectCache.cs
- Span.cs
- XNodeNavigator.cs
- SRGSCompiler.cs
- CompilationRelaxations.cs
- ActivityPropertyReference.cs
- HttpWebResponse.cs
- TextLine.cs
- XPathEmptyIterator.cs
- SQLByte.cs
- PeerNameRecord.cs
- PlainXmlDeserializer.cs
- DesignerDataTable.cs
- RotateTransform.cs
- Win32Native.cs
- RuntimeConfigLKG.cs
- StringToken.cs
- DeviceContext2.cs
- CopyOfAction.cs
- CodeVariableDeclarationStatement.cs
- CodeDirectionExpression.cs
- ObjectAssociationEndMapping.cs
- Enumerable.cs
- ImageAnimator.cs
- FixedSOMTable.cs
- SchemaInfo.cs
- PathFigureCollectionConverter.cs
- InvalidAsynchronousStateException.cs
- PropertiesTab.cs
- InvokeMethodActivity.cs
- Authorization.cs
- StringInfo.cs
- ClientBuildManager.cs
- QilSortKey.cs
- TextInfo.cs
- AgileSafeNativeMemoryHandle.cs
- SatelliteContractVersionAttribute.cs
- DispatchOperation.cs
- ResizeGrip.cs
- Header.cs
- HandleScope.cs
- MatrixTransform.cs
- ManagementNamedValueCollection.cs
- Cursors.cs
- TextEndOfSegment.cs