PlayMakerArrayListProxy.isCollectionDefined C# (CSharp) 메소드

isCollectionDefined() 공개 메소드

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