Amazon.ECS.Model.Collections.IsSetCollection C# (CSharp) 메소드

IsSetCollection() 공개 메소드

Checks if Collection property is set
public IsSetCollection ( ) : System.Boolean
리턴 System.Boolean
        public Boolean IsSetCollection()
        {
            return (Collection.Count > 0);
        }