Amazon.Glacier.Model.Internal.MarshallTransformations.ListPartsResponseUnmarshaller.GetInstance C# (CSharp) Метод

GetInstance() публичный статический Метод

public static GetInstance ( ) : ListPartsResponseUnmarshaller
Результат ListPartsResponseUnmarshaller
        public static ListPartsResponseUnmarshaller GetInstance()
        {
          if (instance == null)
          {
            instance = new ListPartsResponseUnmarshaller();
          }
          return instance;
        }