Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// ==++==
//
// 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;
}
}
}
}
// 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
- Query.cs
- DataGridColumn.cs
- ParallelQuery.cs
- DSACryptoServiceProvider.cs
- IconBitmapDecoder.cs
- CompositeActivityCodeGenerator.cs
- MdiWindowListStrip.cs
- UpdateTracker.cs
- Decorator.cs
- SponsorHelper.cs
- HandlerWithFactory.cs
- XmlSchemaSimpleContentRestriction.cs
- StreamInfo.cs
- MarkupCompilePass1.cs
- SafeCryptContextHandle.cs
- AutomationEventArgs.cs
- GeometryDrawing.cs
- DeferredSelectedIndexReference.cs
- BaseTemplateParser.cs
- WindowInteropHelper.cs
- WindowsSlider.cs
- URLString.cs
- HandleCollector.cs
- PerformanceCounter.cs
- SectionXmlInfo.cs
- UrlMappingCollection.cs
- FixedBufferAttribute.cs
- EventToken.cs
- RankException.cs
- ListChangedEventArgs.cs
- MenuEventArgs.cs
- DocumentPage.cs
- StrongName.cs
- NetworkInformationException.cs
- ToolStripSeparator.cs
- CompoundFileStorageReference.cs
- ObjectViewListener.cs
- XhtmlBasicLiteralTextAdapter.cs
- HtmlImage.cs
- ListViewItem.cs
- OpCodes.cs
- SqlFactory.cs
- ConfigXmlDocument.cs
- ToolStripGripRenderEventArgs.cs
- UInt64.cs
- BmpBitmapEncoder.cs
- DataGridViewSelectedColumnCollection.cs
- UriTemplateDispatchFormatter.cs
- Query.cs
- UniqueIdentifierService.cs
- ValidationResult.cs
- BufferModeSettings.cs
- DiscoveryClientDocuments.cs
- SamlAuthorityBinding.cs
- QilName.cs
- CalendarDayButton.cs
- InputProviderSite.cs
- DocumentPage.cs
- Roles.cs
- SafeBitVector32.cs
- Roles.cs
- TitleStyle.cs
- StatusStrip.cs
- DBNull.cs
- MasterPageBuildProvider.cs
- TextLineResult.cs
- ExpressionPrefixAttribute.cs
- InkCanvasSelection.cs
- ImpersonationContext.cs
- ApplicationInfo.cs
- mil_commands.cs
- SqlIdentifier.cs
- OutputCacheSettingsSection.cs
- TreeViewItemAutomationPeer.cs
- DataTableReaderListener.cs
- FontFamilyValueSerializer.cs
- ServiceRouteHandler.cs
- FontSource.cs
- ByteStream.cs
- InstanceDataCollection.cs
- ConnectionStringsExpressionBuilder.cs
- ViewUtilities.cs
- XsltException.cs
- DecoderBestFitFallback.cs
- WSSecurityOneDotOneReceiveSecurityHeader.cs
- RichTextBox.cs
- ADRole.cs
- BitmapEffectState.cs
- ImageAttributes.cs
- BindValidator.cs
- WindowsFormsHostAutomationPeer.cs
- GacUtil.cs
- Decorator.cs
- ValidationEventArgs.cs
- RawStylusInputCustomData.cs
- PaperSize.cs
- XmlHierarchyData.cs
- EntityParameter.cs
- XXXInfos.cs
- HttpDigestClientCredential.cs