bc.flash.AsObject.getOwnProperty C# (CSharp) Method

getOwnProperty() public method

public getOwnProperty ( String name ) : Object
name String
return Object
        public virtual Object getOwnProperty(String name)
        {
            return hasOwnProperty(name) ? mProperties[name] : null;
        }