C# Class SoundLibrary.Filter.FilterProperty

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

Public Methods

Method Description
Name ( ) : string

プロパティ名を取得。

Type ( ) : Type

プロパティの型を取得。

Private Methods

Method Description
FilterProperty ( string name, object obj ) : System

Method Details

Name() public method

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

Type() public method

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