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
- Drawing.cs
- EpmContentSerializerBase.cs
- OdbcErrorCollection.cs
- TimeoutException.cs
- SpotLight.cs
- DummyDataSource.cs
- TableItemStyle.cs
- ContentPlaceHolder.cs
- KeyedCollection.cs
- SplineKeyFrames.cs
- SymmetricAlgorithm.cs
- DataControlFieldHeaderCell.cs
- Panel.cs
- LiteralLink.cs
- Event.cs
- RadioButtonFlatAdapter.cs
- DataControlCommands.cs
- TagMapInfo.cs
- BinaryFormatter.cs
- sqlstateclientmanager.cs
- ToolBarTray.cs
- TrackBarDesigner.cs
- XmlStringTable.cs
- SqlUserDefinedAggregateAttribute.cs
- Parameter.cs
- UnsafeNativeMethods.cs
- DllNotFoundException.cs
- SatelliteContractVersionAttribute.cs
- Operator.cs
- TPLETWProvider.cs
- Soap12FormatExtensions.cs
- HttpProtocolReflector.cs
- RegexMatchCollection.cs
- DownloadProgressEventArgs.cs
- WarningException.cs
- InvokeHandlers.cs
- ReadOnlyNameValueCollection.cs
- TextAction.cs
- FormClosedEvent.cs
- CustomError.cs
- EventInfo.cs
- MessageSmuggler.cs
- BamlBinaryWriter.cs
- StateWorkerRequest.cs
- EventLog.cs
- MemoryPressure.cs
- Point3D.cs
- CloseSequenceResponse.cs
- MenuItemStyle.cs
- SqlConnectionStringBuilder.cs
- RoleGroupCollection.cs
- Single.cs
- ContractType.cs
- EmbossBitmapEffect.cs
- ValidationHelper.cs
- TextSpanModifier.cs
- ConnectionsZone.cs
- Binding.cs
- UnSafeCharBuffer.cs
- FieldNameLookup.cs
- WhitespaceSignificantCollectionAttribute.cs
- DefaultBinder.cs
- XMLSchema.cs
- Models.cs
- DrawingBrush.cs
- BufferedGraphicsManager.cs
- TextEditorDragDrop.cs
- SoapObjectInfo.cs
- ConfigurationManager.cs
- XPathNodeHelper.cs
- SmtpDigestAuthenticationModule.cs
- XmlSerializableReader.cs
- InkSerializer.cs
- AnonymousIdentificationModule.cs
- Evidence.cs
- UserMapPath.cs
- TraceXPathNavigator.cs
- WebConfigurationHost.cs
- PartialCachingAttribute.cs
- EntityAdapter.cs
- SelectedGridItemChangedEvent.cs
- documentsequencetextpointer.cs
- SafeHandles.cs
- SchemaSetCompiler.cs
- figurelengthconverter.cs
- TextCompositionEventArgs.cs
- metadatamappinghashervisitor.hashsourcebuilder.cs
- CodeDelegateInvokeExpression.cs
- CodeRemoveEventStatement.cs
- DockPanel.cs
- XamlTreeBuilder.cs
- GregorianCalendar.cs
- X509CertificateStore.cs
- ActivityBuilderHelper.cs
- Matrix3DValueSerializer.cs
- FileSystemEventArgs.cs
- GeneralTransform3DTo2DTo3D.cs
- Hashtable.cs
- DrawingCollection.cs
- GroupDescription.cs