Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / clr / src / BCL / System / Runtime / CompilerServices / TypeForwardedFromAttribute.cs / 1305376 / TypeForwardedFromAttribute.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== namespace System.Runtime.CompilerServices { [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum | AttributeTargets.Interface | AttributeTargets.Delegate, Inherited = false, AllowMultiple = false)] public sealed class TypeForwardedFromAttribute : Attribute { string assemblyFullName; private TypeForwardedFromAttribute() { // Disallow default constructor } public TypeForwardedFromAttribute(string assemblyFullName) { if (String.IsNullOrEmpty(assemblyFullName)) { throw new ArgumentNullException("assemblyFullName"); } this.assemblyFullName = assemblyFullName; } public string AssemblyFullName { get { return assemblyFullName; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== namespace System.Runtime.CompilerServices { [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum | AttributeTargets.Interface | AttributeTargets.Delegate, Inherited = false, AllowMultiple = false)] public sealed class TypeForwardedFromAttribute : Attribute { string assemblyFullName; private TypeForwardedFromAttribute() { // Disallow default constructor } public TypeForwardedFromAttribute(string assemblyFullName) { if (String.IsNullOrEmpty(assemblyFullName)) { throw new ArgumentNullException("assemblyFullName"); } this.assemblyFullName = assemblyFullName; } public string AssemblyFullName { get { return assemblyFullName; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- MultipleViewPattern.cs
- AttributeParameterInfo.cs
- FlowDocument.cs
- RotateTransform3D.cs
- BackgroundWorker.cs
- SingleAnimationUsingKeyFrames.cs
- DataContractSerializerFaultFormatter.cs
- TreeView.cs
- GrammarBuilderPhrase.cs
- KeyFrames.cs
- XdrBuilder.cs
- AnnotationComponentChooser.cs
- HtmlEncodedRawTextWriter.cs
- TagNameToTypeMapper.cs
- BitmapEffectCollection.cs
- DataGridCaption.cs
- IssuanceTokenProviderBase.cs
- TextEndOfSegment.cs
- MultilineStringConverter.cs
- RadioButtonFlatAdapter.cs
- PointCollection.cs
- CompilationSection.cs
- CharEnumerator.cs
- XamlVector3DCollectionSerializer.cs
- FormsAuthenticationUser.cs
- ViewRendering.cs
- InfoCardArgumentException.cs
- TypedDataSetSchemaImporterExtensionFx35.cs
- PolicyException.cs
- WebPartConnectionCollection.cs
- ViewStateException.cs
- StringReader.cs
- Binding.cs
- StringUtil.cs
- arclist.cs
- AsyncPostBackTrigger.cs
- ICollection.cs
- XsltOutput.cs
- SpeechRecognizer.cs
- ToolStripPanelRow.cs
- DataRowExtensions.cs
- PrimitiveXmlSerializers.cs
- EventLogSession.cs
- SymDocumentType.cs
- InheritedPropertyChangedEventArgs.cs
- ExtendedPropertyCollection.cs
- WebPartDeleteVerb.cs
- TextDecoration.cs
- CompositeKey.cs
- XsdCachingReader.cs
- QilChoice.cs
- CatalogPartDesigner.cs
- Empty.cs
- XPathNode.cs
- control.ime.cs
- RtType.cs
- NavigatorInput.cs
- Inflater.cs
- BinHexDecoder.cs
- PathFigureCollectionValueSerializer.cs
- StatusBarDrawItemEvent.cs
- MemoryFailPoint.cs
- BooleanToVisibilityConverter.cs
- propertytag.cs
- QilScopedVisitor.cs
- TextServicesHost.cs
- PageBuildProvider.cs
- ItemType.cs
- DesignTimeParseData.cs
- ObjectSerializerFactory.cs
- Typeface.cs
- Image.cs
- ImageIndexConverter.cs
- ButtonStandardAdapter.cs
- MetafileHeader.cs
- DesignerSerializationVisibilityAttribute.cs
- CapacityStreamGeometryContext.cs
- IndexerNameAttribute.cs
- DefaultValidator.cs
- PrintDialog.cs
- NetworkStream.cs
- PublisherMembershipCondition.cs
- SessionState.cs
- AnnouncementEventArgs.cs
- FieldNameLookup.cs
- XmlKeywords.cs
- Rss20ItemFormatter.cs
- ArraySubsetEnumerator.cs
- WSDualHttpBinding.cs
- GeneralTransform.cs
- BehaviorEditorPart.cs
- XmlSchemaDatatype.cs
- FunctionDetailsReader.cs
- ImageInfo.cs
- DataGridCellClipboardEventArgs.cs
- XPathChildIterator.cs
- PrinterSettings.cs
- GridViewRowCollection.cs
- ActiveDesignSurfaceEvent.cs
- DataSourceControl.cs