Mono.Debugger.Languages.ClientSuppliedTargetLocation.ClientSuppliedTargetLocation C# (CSharp) Method

ClientSuppliedTargetLocation() public method

public ClientSuppliedTargetLocation ( TargetBlob blob ) : System
blob TargetBlob
return System
        public ClientSuppliedTargetLocation(TargetBlob blob)
        {
            this.blob = blob;
        }