Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RelationshipNavigation.cs
- BindingMAnagerBase.cs
- SHA384Managed.cs
- TaskFactory.cs
- OleDbError.cs
- TextCompositionManager.cs
- KeyManager.cs
- TemplatePagerField.cs
- Location.cs
- LambdaCompiler.Lambda.cs
- DirectoryNotFoundException.cs
- XmlSchemaCollection.cs
- BezierSegment.cs
- Setter.cs
- SafeRightsManagementSessionHandle.cs
- CodeArgumentReferenceExpression.cs
- ModelTreeEnumerator.cs
- XmlSchemaSequence.cs
- ObjectAnimationBase.cs
- InstanceDescriptor.cs
- UnsafeNativeMethodsCLR.cs
- CreateUserWizard.cs
- XmlSerializerFactory.cs
- WindowHideOrCloseTracker.cs
- BaseParagraph.cs
- Crc32.cs
- mactripleDES.cs
- TextParentUndoUnit.cs
- ResolveNameEventArgs.cs
- XmlObjectSerializerWriteContextComplex.cs
- X509ImageLogo.cs
- ClientUtils.cs
- AvTraceDetails.cs
- SlipBehavior.cs
- ActivityDesignerAccessibleObject.cs
- ArrayElementGridEntry.cs
- ExceptionHelpers.cs
- FileChangesMonitor.cs
- ContentPropertyAttribute.cs
- DependencySource.cs
- Utils.cs
- DataTable.cs
- CodeExpressionCollection.cs
- GridViewCommandEventArgs.cs
- ConfigurationManagerHelper.cs
- SafeLocalMemHandle.cs
- SqlWriter.cs
- ComponentChangingEvent.cs
- TextEffect.cs
- ExtensibleClassFactory.cs
- WindowsListViewItemStartMenu.cs
- SingletonChannelAcceptor.cs
- DynamicObject.cs
- ActivityDesignerLayoutSerializers.cs
- UriScheme.cs
- tooltip.cs
- ColorMap.cs
- FontWeight.cs
- ModuleConfigurationInfo.cs
- ProcessManager.cs
- OdbcRowUpdatingEvent.cs
- DefaultShape.cs
- SymbolType.cs
- XmlILStorageConverter.cs
- CodeMethodInvokeExpression.cs
- Odbc32.cs
- Win32.cs
- RubberbandSelector.cs
- TimeSpan.cs
- HttpCacheParams.cs
- XmlCDATASection.cs
- TrackBar.cs
- FileStream.cs
- PropertyChangedEventArgs.cs
- WebPartRestoreVerb.cs
- PreApplicationStartMethodAttribute.cs
- SubqueryRules.cs
- CommandID.cs
- OrderingQueryOperator.cs
- Translator.cs
- IApplicationTrustManager.cs
- MasterPageParser.cs
- StateItem.cs
- FileChangesMonitor.cs
- GatewayIPAddressInformationCollection.cs
- TraceContextEventArgs.cs
- DataSpaceManager.cs
- Logging.cs
- HtmlPanelAdapter.cs
- QueueProcessor.cs
- SecurityProtocolFactory.cs
- DispatcherEventArgs.cs
- OracleString.cs
- ProjectionAnalyzer.cs
- LayoutEditorPart.cs
- DisableDpiAwarenessAttribute.cs
- UnrecognizedAssertionsBindingElement.cs
- _Semaphore.cs
- ColorIndependentAnimationStorage.cs
- Transaction.cs