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

GetInstance() 공개 정적인 메소드

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