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
- DataMemberFieldConverter.cs
- RegexNode.cs
- Registry.cs
- WebResponse.cs
- DataContractSerializerSection.cs
- IItemContainerGenerator.cs
- ImageSourceConverter.cs
- ListViewVirtualItemsSelectionRangeChangedEvent.cs
- DefaultWorkflowSchedulerService.cs
- EventWaitHandleSecurity.cs
- UInt16Converter.cs
- securitycriticaldataformultiplegetandset.cs
- BindingManagerDataErrorEventArgs.cs
- AssemblyName.cs
- ClientSection.cs
- JsonFormatGeneratorStatics.cs
- PerformanceCounterPermission.cs
- ComPlusInstanceContextInitializer.cs
- FigureParagraph.cs
- DetailsViewDeleteEventArgs.cs
- ScrollBar.cs
- CompiledRegexRunner.cs
- EntityDataSourceWrapperPropertyDescriptor.cs
- ToolStripItemClickedEventArgs.cs
- SubtreeProcessor.cs
- ClientBuildManagerCallback.cs
- InkCanvasSelection.cs
- HttpWebRequest.cs
- SystemTcpConnection.cs
- MouseButtonEventArgs.cs
- UmAlQuraCalendar.cs
- EraserBehavior.cs
- UserNameSecurityTokenProvider.cs
- FrameworkElement.cs
- BinaryUtilClasses.cs
- TimelineGroup.cs
- ApplicationCommands.cs
- EntityDataSourceMemberPath.cs
- SigningDialog.cs
- CodePrimitiveExpression.cs
- IncrementalReadDecoders.cs
- HostedAspNetEnvironment.cs
- ContentTextAutomationPeer.cs
- SimpleType.cs
- ReadOnlyTernaryTree.cs
- Double.cs
- TextParagraph.cs
- followingquery.cs
- unitconverter.cs
- ProfileService.cs
- CleanUpVirtualizedItemEventArgs.cs
- WindowsStartMenu.cs
- XmlBoundElement.cs
- Zone.cs
- DetailsView.cs
- BulletedListEventArgs.cs
- NumericUpDownAccelerationCollection.cs
- TreeBuilder.cs
- ErrorLog.cs
- TextBoxLine.cs
- WebPartDeleteVerb.cs
- HtmlLink.cs
- MsmqReceiveHelper.cs
- sortedlist.cs
- XamlTypeMapper.cs
- TreeView.cs
- WebPartVerbCollection.cs
- DataServiceProcessingPipeline.cs
- RMPermissions.cs
- TextFormatter.cs
- TransformProviderWrapper.cs
- HttpCookie.cs
- BasicExpandProvider.cs
- MultipartIdentifier.cs
- BufferModesCollection.cs
- NullReferenceException.cs
- SetIterators.cs
- CalendarDayButton.cs
- Identity.cs
- GridViewRowPresenterBase.cs
- StringFreezingAttribute.cs
- CodeGeneratorAttribute.cs
- MetadataPropertyAttribute.cs
- TraceSection.cs
- FormClosedEvent.cs
- VideoDrawing.cs
- ResourcePermissionBaseEntry.cs
- AssociationType.cs
- TemplatedWizardStep.cs
- AddInEnvironment.cs
- VirtualizingPanel.cs
- ProjectionPathSegment.cs
- XmlLanguage.cs
- DbgCompiler.cs
- SoapObjectInfo.cs
- activationcontext.cs
- StringTraceRecord.cs
- UnmanagedHandle.cs
- _ProxyRegBlob.cs
- ContactManager.cs