Amazon.SimpleNotificationService.Model.Internal.MarshallTransformations.DeletePlatformApplicationResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

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