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

GetInstance() 공개 정적인 메소드

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