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
- TextRangeEdit.cs
- WebEventTraceProvider.cs
- Transform.cs
- NoClickablePointException.cs
- ListBoxItemWrapperAutomationPeer.cs
- XPathNavigator.cs
- HotCommands.cs
- BoundConstants.cs
- HttpBrowserCapabilitiesBase.cs
- Ppl.cs
- ScriptModule.cs
- MimeWriter.cs
- CaretElement.cs
- FileDialog.cs
- DoubleLinkList.cs
- Expression.cs
- CodeGenerationManager.cs
- CompositeFontInfo.cs
- UIPermission.cs
- ConfigXmlAttribute.cs
- RelationshipSet.cs
- CookieParameter.cs
- WebEvents.cs
- SetterBase.cs
- NativeMethods.cs
- ByteStack.cs
- StringValidatorAttribute.cs
- WinEventHandler.cs
- PageEventArgs.cs
- Rotation3DAnimation.cs
- FileCodeGroup.cs
- InputLanguageCollection.cs
- PageCatalogPart.cs
- UIElementAutomationPeer.cs
- SrgsElementList.cs
- HtmlInputSubmit.cs
- _UriSyntax.cs
- Html32TextWriter.cs
- WebPartConnectionsCloseVerb.cs
- Literal.cs
- SqlMethods.cs
- XmlSchemaAttributeGroup.cs
- Base64Encoder.cs
- StronglyTypedResourceBuilder.cs
- MimeWriter.cs
- ProfileService.cs
- ViewgenContext.cs
- CodeFieldReferenceExpression.cs
- FixedSOMTableCell.cs
- CommandPlan.cs
- XmlSchemaAttributeGroup.cs
- VSDExceptions.cs
- DataGridViewCellParsingEventArgs.cs
- RSAOAEPKeyExchangeFormatter.cs
- PersonalizablePropertyEntry.cs
- FolderLevelBuildProviderAppliesToAttribute.cs
- AlphabetConverter.cs
- Int32AnimationUsingKeyFrames.cs
- SQLStringStorage.cs
- IsolatedStorageFileStream.cs
- TransactionScopeDesigner.cs
- DrawingVisual.cs
- HttpAsyncResult.cs
- TargetInvocationException.cs
- SqlInternalConnectionTds.cs
- InputProcessorProfilesLoader.cs
- ExpressionQuoter.cs
- RecognizedWordUnit.cs
- Matrix3D.cs
- MdImport.cs
- CopyOnWriteList.cs
- TypefaceMetricsCache.cs
- CellConstant.cs
- ValueOfAction.cs
- BroadcastEventHelper.cs
- XhtmlBasicCommandAdapter.cs
- TypeConverterHelper.cs
- BrowsableAttribute.cs
- View.cs
- EmptyImpersonationContext.cs
- EdmPropertyAttribute.cs
- NavigationProperty.cs
- QueryExpr.cs
- RSAOAEPKeyExchangeFormatter.cs
- TemplateBamlTreeBuilder.cs
- InputElement.cs
- ParallelTimeline.cs
- ResourceAttributes.cs
- SplashScreenNativeMethods.cs
- SerialPinChanges.cs
- IndexerNameAttribute.cs
- CustomErrorCollection.cs
- WebPartManagerInternals.cs
- MD5Cng.cs
- RuntimeResourceSet.cs
- ProxyElement.cs
- InlineCollection.cs
- AsyncOperationManager.cs
- ForceCopyBuildProvider.cs
- InkCanvasSelection.cs