bc.flash.AsObject.hasOwnProperty C# (CSharp) 메소드

hasOwnProperty() 공개 메소드

public hasOwnProperty ( String name ) : bool
name String
리턴 bool
        public virtual bool hasOwnProperty(String name)
        {
            return mProperties != null && mProperties.ContainsKey(name);
        }