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
- AspNetSynchronizationContext.cs
- ContentTextAutomationPeer.cs
- PowerStatus.cs
- DataSourceView.cs
- _LoggingObject.cs
- MinMaxParagraphWidth.cs
- InputScope.cs
- PropertyValueUIItem.cs
- Screen.cs
- cache.cs
- ResolvedKeyFrameEntry.cs
- XmlElement.cs
- KoreanCalendar.cs
- WindowsStatusBar.cs
- InputQueueChannelAcceptor.cs
- TextServicesCompartmentContext.cs
- EmissiveMaterial.cs
- ObjectPersistData.cs
- DataControlHelper.cs
- TreeWalkHelper.cs
- Stylesheet.cs
- CodePrimitiveExpression.cs
- DesignerOptionService.cs
- DefaultEvaluationContext.cs
- ToolCreatedEventArgs.cs
- AddressHeaderCollection.cs
- UnmanagedMemoryStreamWrapper.cs
- TableRowCollection.cs
- DefaultMemberAttribute.cs
- IsolatedStoragePermission.cs
- RoleManagerEventArgs.cs
- Pair.cs
- ListViewDeleteEventArgs.cs
- SystemResourceHost.cs
- WebPartAuthorizationEventArgs.cs
- Parser.cs
- AutomationTextAttribute.cs
- EdmProviderManifest.cs
- DataGridPagerStyle.cs
- GenericsNotImplementedException.cs
- EventManager.cs
- TypeCollectionPropertyEditor.cs
- HebrewNumber.cs
- XmlValidatingReaderImpl.cs
- ValidationPropertyAttribute.cs
- SessionStateItemCollection.cs
- XmlHierarchyData.cs
- SQLConvert.cs
- MLangCodePageEncoding.cs
- Matrix3DStack.cs
- ToolTipAutomationPeer.cs
- DrawToolTipEventArgs.cs
- TracingConnectionInitiator.cs
- ListDataHelper.cs
- ArrayConverter.cs
- CheckoutException.cs
- MenuItemCollectionEditor.cs
- DateTimeOffsetStorage.cs
- Delegate.cs
- LocationUpdates.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- TextChangedEventArgs.cs
- OdbcTransaction.cs
- WinEventWrap.cs
- DnsEndPoint.cs
- Collection.cs
- WebControlAdapter.cs
- XmlSchemaSimpleContentRestriction.cs
- Column.cs
- CodeFieldReferenceExpression.cs
- _ShellExpression.cs
- SQLDecimalStorage.cs
- RequestDescription.cs
- StringDictionary.cs
- RawStylusInputCustomDataList.cs
- HMACSHA512.cs
- ThicknessKeyFrameCollection.cs
- DataGridToolTip.cs
- Transform.cs
- TreeNodeClickEventArgs.cs
- RectKeyFrameCollection.cs
- ContentPlaceHolder.cs
- ByeOperationCD1AsyncResult.cs
- RefreshEventArgs.cs
- CollectionViewGroupRoot.cs
- EventLog.cs
- MapPathBasedVirtualPathProvider.cs
- TypeSemantics.cs
- TagNameToTypeMapper.cs
- GridLengthConverter.cs
- VisualTreeUtils.cs
- XmlTextWriter.cs
- DeflateEmulationStream.cs
- DesignerValidationSummaryAdapter.cs
- SharedPersonalizationStateInfo.cs
- DataServiceCollectionOfT.cs
- SlotInfo.cs
- formatter.cs
- BehaviorEditorPart.cs
- HwndSourceKeyboardInputSite.cs