Appccelerate.MappingEventBroker.DestinationEventArgs.DestinationEventArgs C# (CSharp) Méthode

DestinationEventArgs() public méthode

public DestinationEventArgs ( string destination ) : System
destination string
Résultat System
        public DestinationEventArgs(string destination)
        {
            this.Destination = destination;
        }
DestinationEventArgs