Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.CreateEnvironmentResponseUnmarshaller.GetInstance C# (CSharp) Méthode

GetInstance() public static méthode

public static GetInstance ( ) : CreateEnvironmentResponseUnmarshaller
Résultat CreateEnvironmentResponseUnmarshaller
        public static CreateEnvironmentResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new CreateEnvironmentResponseUnmarshaller();
            }
            return instance;
        }