//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//------------------------------------------------------------------------------
namespace System.Activities.Statements
{
using System;
using System.Activities.Hosting;
using System.Collections.Generic;
using System.Linq;
using System.Runtime;
using System.Text;
///
/// StateMachineExtension is used to resume a bookmark outside StateMachine.
///
class StateMachineExtension : IWorkflowInstanceExtension
{
private WorkflowInstanceProxy instance;
///
/// Used to get additional extensions.
///
/// Returns a IEnumerable of extensions
public IEnumerable