System.Runtime.CompilerServices.TypeForwardedToAttribute.TypeForwardedToAttribute C# (CSharp) Method

TypeForwardedToAttribute() public method

public TypeForwardedToAttribute ( Type destination ) : System
destination System.Type
return System
        public TypeForwardedToAttribute(Type destination)
        {
            _destination = destination;
        }
TypeForwardedToAttribute