Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.ScanResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : ScanResponseUnmarshaller
리턴 ScanResponseUnmarshaller
        public static ScanResponseUnmarshaller GetInstance()
        {
          if (instance == null)
          {
            instance = new ScanResponseUnmarshaller();
          }
          return instance;
        }