Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / clr / src / BCL / System / Runtime / CompilerServices / TypeForwardedToAttribute.cs / 1 / TypeForwardedToAttribute.cs
// ==++==
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// ==--==
using System;
namespace System.Runtime.CompilerServices
{
using System;
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple=true, Inherited=false)]
public sealed class TypeForwardedToAttribute : Attribute
{
private Type _destination;
public TypeForwardedToAttribute(Type destination)
{
_destination = destination;
}
public Type Destination
{
get {
return _destination;
}
}
}
}
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ScriptComponentDescriptor.cs
- ManifestSignedXml.cs
- DataObject.cs
- IsolatedStoragePermission.cs
- CodeDOMUtility.cs
- TextHintingModeValidation.cs
- CompModSwitches.cs
- _DomainName.cs
- BamlResourceSerializer.cs
- DeleteMemberBinder.cs
- DocumentApplicationJournalEntryEventArgs.cs
- DataGridViewCellErrorTextNeededEventArgs.cs
- FilterElement.cs
- SerialPinChanges.cs
- MatrixAnimationBase.cs
- BasicKeyConstraint.cs
- EventLogPermissionAttribute.cs
- ListViewAutomationPeer.cs
- webproxy.cs
- DataRecordInfo.cs
- UserControl.cs
- SweepDirectionValidation.cs
- XmlAttributeOverrides.cs
- oledbmetadatacolumnnames.cs
- TextServicesCompartmentEventSink.cs
- XsltException.cs
- CurrencyWrapper.cs
- figurelengthconverter.cs
- WeakReferenceEnumerator.cs
- TextEditorCharacters.cs
- BindingList.cs
- BindingExpressionBase.cs
- RadioButtonFlatAdapter.cs
- BinaryConverter.cs
- AssemblyAttributes.cs
- NTAccount.cs
- DoubleKeyFrameCollection.cs
- DrawingImage.cs
- SettingsPropertyNotFoundException.cs
- DataControlField.cs
- RootDesignerSerializerAttribute.cs
- Timeline.cs
- HtmlContainerControl.cs
- PointAnimationUsingPath.cs
- DataGridViewComboBoxColumn.cs
- CodeArgumentReferenceExpression.cs
- OverrideMode.cs
- URLString.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- TargetPerspective.cs
- FixedNode.cs
- ModifiableIteratorCollection.cs
- CheckBoxRenderer.cs
- WindowsPrincipal.cs
- IISMapPath.cs
- PingOptions.cs
- Method.cs
- ListenerHandler.cs
- NodeInfo.cs
- RoleBoolean.cs
- DataGridLinkButton.cs
- GcSettings.cs
- _RegBlobWebProxyDataBuilder.cs
- BooleanAnimationUsingKeyFrames.cs
- EndSelectCardRequest.cs
- SmiEventSink_DeferedProcessing.cs
- InputDevice.cs
- TextTreeInsertUndoUnit.cs
- DataTablePropertyDescriptor.cs
- MultiDataTrigger.cs
- ReflectionPermission.cs
- ExpressionVisitor.cs
- IApplicationTrustManager.cs
- SerTrace.cs
- LinearKeyFrames.cs
- ZipIOLocalFileBlock.cs
- HtmlValidatorAdapter.cs
- BitmapCodecInfo.cs
- ClassHandlersStore.cs
- CodeDirectiveCollection.cs
- CodeGenHelper.cs
- MenuItemBindingCollection.cs
- ButtonRenderer.cs
- SamlSubject.cs
- DataGridItemEventArgs.cs
- PackagePartCollection.cs
- AnonymousIdentificationSection.cs
- ObjectAnimationUsingKeyFrames.cs
- DelegatingTypeDescriptionProvider.cs
- ConstraintManager.cs
- CommonDialog.cs
- ViewValidator.cs
- VScrollBar.cs
- BookmarkManager.cs
- ExcCanonicalXml.cs
- AsyncPostBackTrigger.cs
- Propagator.cs
- EntityWithKeyStrategy.cs
- TextPenaltyModule.cs
- xmlfixedPageInfo.cs