Amazon.Glacier.Model.Internal.MarshallTransformations.ListPartsResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

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