Microsoft.JScript.TypedArray.GetProperties C# (CSharp) Method

GetProperties() public method

public GetProperties ( BindingFlags bindingAttr ) : System.Reflection.PropertyInfo[]
bindingAttr BindingFlags
return System.Reflection.PropertyInfo[]
      public PropertyInfo[] GetProperties(BindingFlags bindingAttr){
        return Typeob.Array.GetProperties(bindingAttr);
      }