Amazon.SimpleDB.Model.Internal.MarshallTransformations.BatchDeleteAttributesResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

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