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
- Interlocked.cs
- DynamicDocumentPaginator.cs
- ProviderConnectionPoint.cs
- wgx_commands.cs
- DateTimeConverter2.cs
- WebServiceFaultDesigner.cs
- TextInfo.cs
- CursorInteropHelper.cs
- WindowsTreeView.cs
- DynamicEntity.cs
- CommandBindingCollection.cs
- GetWinFXPath.cs
- QilLoop.cs
- DataRelationPropertyDescriptor.cs
- ToolStripLocationCancelEventArgs.cs
- UrlUtility.cs
- SessionPageStatePersister.cs
- NewItemsContextMenuStrip.cs
- SqlServices.cs
- CellRelation.cs
- RadialGradientBrush.cs
- AnnotationAdorner.cs
- MsmqBindingElementBase.cs
- FullTextBreakpoint.cs
- HttpCachePolicy.cs
- TabControl.cs
- TraceHandler.cs
- TCPListener.cs
- CompositeActivityTypeDescriptor.cs
- ForceCopyBuildProvider.cs
- TreeViewBindingsEditor.cs
- CodeSnippetExpression.cs
- InternalUserCancelledException.cs
- Socket.cs
- PrintEvent.cs
- ZeroOpNode.cs
- QualifiedCellIdBoolean.cs
- DynamicMethod.cs
- ForeignKeyConstraint.cs
- SamlAssertionKeyIdentifierClause.cs
- Animatable.cs
- HotSpot.cs
- FontStretchConverter.cs
- AuthenticationException.cs
- HttpCapabilitiesEvaluator.cs
- BitmapEffectGeneralTransform.cs
- ListViewDeleteEventArgs.cs
- ListItemCollection.cs
- WebServiceHandlerFactory.cs
- WindowsIPAddress.cs
- Transform3D.cs
- ReadOnlyAttribute.cs
- UniqueIdentifierService.cs
- SerializationInfo.cs
- CommonProperties.cs
- OleDbEnumerator.cs
- MetadataArtifactLoaderCompositeFile.cs
- ZoneButton.cs
- SerTrace.cs
- _NegoState.cs
- DesignTimeValidationFeature.cs
- DataGridViewSelectedCellCollection.cs
- MailHeaderInfo.cs
- SkinIDTypeConverter.cs
- ColorKeyFrameCollection.cs
- ArglessEventHandlerProxy.cs
- ContentDisposition.cs
- Int64Storage.cs
- XmlFormatWriterGenerator.cs
- LineGeometry.cs
- ImageAnimator.cs
- WebReferencesBuildProvider.cs
- IOThreadScheduler.cs
- NameObjectCollectionBase.cs
- basevalidator.cs
- DataGridViewRowEventArgs.cs
- InputGestureCollection.cs
- AccessibleObject.cs
- Shape.cs
- EditorZone.cs
- DataGridViewRowCancelEventArgs.cs
- OracleInternalConnection.cs
- IdentitySection.cs
- cryptoapiTransform.cs
- Point3DCollection.cs
- ListViewSortEventArgs.cs
- ContentControl.cs
- UseLicense.cs
- QueryInterceptorAttribute.cs
- SimpleMailWebEventProvider.cs
- OdbcConnectionString.cs
- HtmlInputRadioButton.cs
- PersonalizablePropertyEntry.cs
- Compiler.cs
- ConsumerConnectionPointCollection.cs
- SQLGuid.cs
- ServerTooBusyException.cs
- ConstructorBuilder.cs
- SafeRightsManagementQueryHandle.cs
- HotSpot.cs