Amazon.SimpleDB.Model.Internal.MarshallTransformations.SelectResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

public static GetInstance ( ) : SelectResponseUnmarshaller
return SelectResponseUnmarshaller
        public static SelectResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new SelectResponseUnmarshaller();
            }
            return instance;
        }