Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaAttributeGroupRef.cs / 1305376 / XmlSchemaAttributeGroupRef.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Collections; using System.Xml.Serialization; ////// /// public class XmlSchemaAttributeGroupRef : XmlSchemaAnnotated { XmlQualifiedName refName = XmlQualifiedName.Empty; ///[To be supplied.] ////// /// [XmlAttribute("ref")] public XmlQualifiedName RefName { get { return refName; } set { refName = (value == null ? XmlQualifiedName.Empty : 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.Schema { using System.Collections; using System.Xml.Serialization; ////// /// public class XmlSchemaAttributeGroupRef : XmlSchemaAnnotated { XmlQualifiedName refName = XmlQualifiedName.Empty; ///[To be supplied.] ////// /// [XmlAttribute("ref")] public XmlQualifiedName RefName { get { return refName; } set { refName = (value == null ? XmlQualifiedName.Empty : 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
- Form.cs
- BaseCollection.cs
- Rect3D.cs
- PackageStore.cs
- SpellCheck.cs
- lengthconverter.cs
- SqlDataSourceCommandEventArgs.cs
- DataView.cs
- DriveNotFoundException.cs
- Int32AnimationUsingKeyFrames.cs
- ReadWriteControlDesigner.cs
- TableNameAttribute.cs
- TransportContext.cs
- TaskFileService.cs
- CollectionContainer.cs
- Control.cs
- EdmValidator.cs
- BindStream.cs
- SqlLiftWhereClauses.cs
- ReadOnlyAttribute.cs
- DbConnectionStringBuilder.cs
- PropertyNames.cs
- ListViewSelectEventArgs.cs
- MimeTypeMapper.cs
- WebDescriptionAttribute.cs
- SystemIPv4InterfaceProperties.cs
- ProfilePropertySettingsCollection.cs
- SiteMapNode.cs
- CmsInterop.cs
- XamlParser.cs
- TypefaceCollection.cs
- CustomAttributeBuilder.cs
- ListMarkerSourceInfo.cs
- CommonDialog.cs
- CustomErrorsSection.cs
- TextBlock.cs
- CompletionCallbackWrapper.cs
- PathGeometry.cs
- TabControlEvent.cs
- ColorPalette.cs
- CustomAttribute.cs
- LongTypeConverter.cs
- MediaEntryAttribute.cs
- CollectionViewSource.cs
- Matrix3DValueSerializer.cs
- WorkflowRuntimeBehavior.cs
- TrackPoint.cs
- ASCIIEncoding.cs
- ServiceDesigner.xaml.cs
- AutomationIdentifier.cs
- XmlSchemaSimpleTypeList.cs
- FigureParaClient.cs
- LogLogRecordHeader.cs
- Debug.cs
- WsdlBuildProvider.cs
- UrlMappingsModule.cs
- ParameterElementCollection.cs
- XmlIlTypeHelper.cs
- KeyFrames.cs
- ConsoleTraceListener.cs
- StateRuntime.cs
- ToolStripButton.cs
- IsolatedStoragePermission.cs
- Encoder.cs
- ComponentSerializationService.cs
- ThreadBehavior.cs
- StylusPoint.cs
- ProcessModelInfo.cs
- WebServiceClientProxyGenerator.cs
- AutoGeneratedFieldProperties.cs
- EdmComplexTypeAttribute.cs
- OpenFileDialog.cs
- TrackingConditionCollection.cs
- SmiXetterAccessMap.cs
- CompilerLocalReference.cs
- NativeMethods.cs
- ControlsConfig.cs
- MtomMessageEncoder.cs
- PenContexts.cs
- CodeObjectCreateExpression.cs
- WebBrowserNavigatingEventHandler.cs
- DynamicVirtualDiscoSearcher.cs
- LineServicesRun.cs
- TraceListener.cs
- AssemblyHash.cs
- XmlILTrace.cs
- BitmapFrameDecode.cs
- ImplicitInputBrush.cs
- AlignmentYValidation.cs
- PagesSection.cs
- ErrorFormatter.cs
- ServiceParser.cs
- TreeIterator.cs
- PolyQuadraticBezierSegment.cs
- DropShadowEffect.cs
- SmtpNetworkElement.cs
- _ServiceNameStore.cs
- ImpersonateTokenRef.cs
- MarkerProperties.cs
- TableCell.cs