C# Class SoundLibrary.Filter.FilterArrayProperty

フィルタの配列型構成情報
Mostra file Open project: ufcpp/UfcppSample

Public Methods

Method Description
Add ( ) : void

構成情報を追加する。

FilterArrayProperty ( ) : System
Name ( int i ) : string

プロパティ名を取得。

Remove ( int i ) : void

構成情報を削除する。

Type ( int i ) : Type

プロパティの型を取得。

this ( int i, int j ) : object

i 番目の配列属性の j 番目の属性を取得/設定する。

Method Details

Add() public method

構成情報を追加する。
public Add ( ) : void
return void

FilterArrayProperty() public method

public FilterArrayProperty ( ) : System
return System

Name() public method

プロパティ名を取得。
public Name ( int i ) : string
i int
return string

Remove() public method

構成情報を削除する。
public Remove ( int i ) : void
i int 削除位置
return void

Type() public method

プロパティの型を取得。
public Type ( int i ) : Type
i int
return System.Type

this() public method

i 番目の配列属性の j 番目の属性を取得/設定する。
public this ( int i, int j ) : object
i int
j int
return object