Amazon.CloudFormation.Model.Internal.MarshallTransformations.ListStackResourcesResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

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