PlayMakerArrayListProxy.isCollectionDefined C# (CSharp) Method

isCollectionDefined() public method

public isCollectionDefined ( ) : bool
return bool
    public bool isCollectionDefined()
    {
        return arrayList != null;
    }